Ringer protocol is the websocket protocol used by the PhoneApp to talk to the native audio devices.
MessagesThe following messages are defined:
Sent by the PhoneApp. Contains information about all the apps that the user has access to.
{
"mt": "StartRinging",
"mode": string,
"device": string,
"ringtone": string
}