VoxRtcServer.Bootstrap (vox_rtc_server v0.1.0)

Copy Markdown View Source

Private RTC session bootstrap returned to a trusted Elixir service.

Summary

Types

t()

@type t() :: %VoxRtcServer.Bootstrap{
  attach_ttl_seconds: non_neg_integer(),
  expires_at: String.t(),
  ice_servers: [VoxRtcServer.IceServer.t()],
  session_id: String.t()
}