SChat
Index
Functions Index
void JoinChat (string name)
string GetXMPPName (string name)
void LeaveChat (string name)
SVoiceZone GetVoiceZone (string channel)
void JoinVoice (string channel, int priority=5, int spatial=0)
void JoinGridVoice (string channel, int priority=5, int spatial=0)
void LeaveVoice (string channel)
void ChangeMediaStatus (int status)
Functions
OnChat
void OnChat (Closure callback) void OnChat (Action< SChatMessage > trackInfoCallback)
Bind a function to the OnChat event. This function will be called every time a new chat message is received on the local channel.
JoinChat
void JoinChat (string name)
Join a chat channel.
GetXMPPName
string GetXMPPName (string name)
Get XMPP name.
LeaveChat
void LeaveChat (string name)
Leave a chat channel.
GetVoiceZone
SVoiceZone GetVoiceZone (string channel)
Function Description
JoinVoice
void JoinVoice (string channel, int priority=5, int spatial=0)
Join a voice chat channel.
JoinGridVoice
void JoinGridVoice (string channel, int priority=5, int spatial=0)
JoinGridVoice is the same as JoinVoice except with a grid wide parameter. (white-label only)
LeaveVoice
void LeaveVoice (string channel)
Leave a voice chat channel
ChangeMediaStatus
void ChangeMediaStatus (int status)
Function Description
