Xirsys.XTurn.Plugin.Allocation (xturn_plugin_api v0.1.0)

Copy Markdown

Allocation context built once per allocation and passed to attach?/2 and init/2.

Summary

Types

t()

@type t() :: %Xirsys.XTurn.Plugin.Allocation{
  client_ip: term(),
  client_port: term(),
  id: term(),
  ns: term(),
  owner_pid: term(),
  peer_id: term(),
  protocol: term(),
  relay_address: term(),
  server_ip: term(),
  server_port: term(),
  started_at: term(),
  transport: term(),
  tuple5: term(),
  username: term()
}