![]() |
Photon Voice
v2.7
|
IVoiceTransport Interface Reference
Inherits ILogger.
Inherited by LoadBalancingTransport.
Public Member Functions | |
| bool | IsChannelJoined (int channelId) |
| void | SendVoicesInfo (IEnumerable< LocalVoice > voices, int channelId, int targetPlayerId) |
| void | SendVoiceRemove (LocalVoice voice, int channelId, int targetPlayerId) |
| void | SendFrame (ArraySegment< byte > data, byte evNumber, byte voiceId, int channelId, LocalVoice localVoice) |
| string | ChannelIdStr (int channelId) |
| string | PlayerIdStr (int playerId) |
| void | SetDebugEchoMode (LocalVoice v) |
Public Member Functions inherited from ILogger | |
| void | LogError (string fmt, params object[] args) |
| void | LogWarning (string fmt, params object[] args) |
| void | LogInfo (string fmt, params object[] args) |
| void | LogDebug (string fmt, params object[] args) |

Public Member Functions inherited from