Media protocol is the websocket protocol used by the PhoneApp to talk to the native media protocol.
MessagesThe following messages are defined:
Sent by the PhoneApp. Used to alloc a media channel.
{
"mt": "AllocChannel",
"iceServers": [Server],
"stunSlow": string
}