A persistent trusted-service connection to Vox's gRPC RTC API.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type t() :: pid()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec close(t()) :: :ok
@spec create_controlled_session( t(), keyword() ) :: {:ok, VoxRtcServer.Bootstrap.t(), VoxRtcServer.Session.t()} | {:error, term()}
@spec start_link(keyword()) :: GenServer.on_start()