public interface ICloudSpatialAudioEventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
ICloudSpatialAudioEventHandler.ConnectionChangedReason |
static class |
ICloudSpatialAudioEventHandler.ConnectionState |
Modifier and Type | Method and Description |
---|---|
void |
onConnectionStateChange(int state,
int reason) |
void |
onTeammateJoined(int uid) |
void |
onTeammateLeft(int uid) |
void |
onTokenWillExpire() |