|
virtual bool | isChannelJoined (int channelId)=0 |
|
virtual void | sendVoicesInfo (const Common::JVector< const LocalVoice * > &voices, int channelId, int targetPlayerId)=0 |
|
virtual void | sendVoiceRemove (const LocalVoice &voice, int channelId, int targetPlayerId)=0 |
|
virtual void | sendFrame (Buffer< nByte > data, nByte evNumber, nByte voiceId, int channelId, const LocalVoice &localVoice)=0 |
|
virtual Common::JString | channelIdStr (int channelId)=0 |
|
virtual Common::JString | playerIdStr (int playerId)=0 |
|
virtual void | setDebugEchoMode (const LocalVoice &voice)=0 |
|
virtual void | logError (const Common::JString &msg) const =0 |
|
virtual void | logWarning (const Common::JString &msg) const =0 |
|
virtual void | logInfo (const Common::JString &msg) const =0 |
|
virtual void | logDebug (const Common::JString &msg) const =0 |
|