SChat

Index

Functions Index

Function Name

void OnChat (Closure callback) void OnChat (Action< SChatMessage > trackInfoCallback)

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.

Parameter
Type
Description

JoinChat

void JoinChat (string name)

Join a chat channel.

Parameter
Type
Description

GetXMPPName

string GetXMPPName (string name)

Get XMPP name.

Parameter
Type
Description

LeaveChat

void LeaveChat (string name)

Leave a chat channel.

Parameter
Type
Description

GetVoiceZone

SVoiceZone GetVoiceZone (string channel)

Function Description

Parameter
Type
Description

JoinVoice

void JoinVoice (string channel, int priority=5, int spatial=0)

Join a voice chat channel.

Parameter
Type
Description

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)

Parameter
Type
Description

LeaveVoice

void LeaveVoice (string channel)

Leave a voice chat channel

Parameter
Type
Description

ChangeMediaStatus

void ChangeMediaStatus (int status)

Function Description

Parameter
Type
Description