PICO Platform Unity SDK
|
This is the complete list of members for RtcService, including all inherited members.
DestroyRoom(string roomId) | RtcService | inlinestatic |
EnableAudioPropertiesReport(int interval) | RtcService | inlinestatic |
GetToken(string roomId, string userId, int ttl, Dictionary< RtcPrivilege, int > privileges) | RtcService | inlinestatic |
InitRtcEngine() | RtcService | inlinestatic |
JoinRoom(string roomId, string userId, string token, RtcRoomProfileType roomProfileType, bool isAutoSubscribeAudio) | RtcService | inlinestatic |
JoinRoom2(RtcRoomOptions joinRoomOptions, bool leaveIfInRoom=true) | RtcService | inlinestatic |
JoinRoomWithRetry(string roomId, string userId, string token, RtcRoomProfileType roomProfileType, bool isAutoSubscribeAudio) | RtcService | inlinestatic |
LeaveRoom(string roomId) | RtcService | inlinestatic |
MuteLocalAudio(RtcMuteState rtcMuteState) | RtcService | inlinestatic |
ProcessAudioFrameFunction(RtcAudioFrame frame) (defined in RtcService) | RtcService | |
PublishRoom(string roomId) | RtcService | inlinestatic |
RegisterLocalAudioProcessor(ProcessAudioFrameFunction processor, RtcAudioChannel channel, RtcAudioSampleRate sampleRate) | RtcService | inlinestatic |
RoomPauseAllSubscribedStream(string roomId) | RtcService | inlinestatic |
RoomResumeAllSubscribedStream(string roomId) | RtcService | inlinestatic |
RoomSetRemoteAudioPlaybackVolume(string roomId, string userId, int volume) | RtcService | inlinestatic |
RoomSubscribeStream(string roomId, string userId) | RtcService | inlinestatic |
RoomUnSubscribeStream(string roomId, string userId) | RtcService | inlinestatic |
SendRoomBinaryMessage(string roomId, byte[] message) | RtcService | inlinestatic |
SendRoomMessage(string roomId, string message) | RtcService | inlinestatic |
SendStreamSyncInfo(byte[] data, int repeatCount) | RtcService | inlinestatic |
SendUserBinaryMessage(string roomId, string userId, byte[] message) | RtcService | inlinestatic |
SendUserMessage(string roomId, string userId, string message) | RtcService | inlinestatic |
SetAudioPlaybackDevice(RtcAudioPlaybackDevice device) | RtcService | inlinestatic |
SetAudioScenario(RtcAudioScenarioType scenarioType) | RtcService | inlinestatic |
SetCaptureVolume(int volume) | RtcService | inlinestatic |
SetEarMonitorMode(RtcEarMonitorMode mode) | RtcService | inlinestatic |
SetEarMonitorVolume(int volume) | RtcService | inlinestatic |
SetOnAudioPlaybackDeviceChange(Message< RtcAudioPlaybackDevice >.Handler handler) | RtcService | inlinestatic |
SetOnConnectionStateChangeCallback(Message< RtcConnectionState >.Handler handler) | RtcService | inlinestatic |
SetOnErrorCallback(Message< int >.Handler handler) | RtcService | inlinestatic |
SetOnJoinRoomResultCallback(Message< RtcJoinRoomResult >.Handler handler) | RtcService | inlinestatic |
SetOnLeaveRoomResultCallback(Message< RtcLeaveRoomResult >.Handler handler) | RtcService | inlinestatic |
SetOnLocalAudioPropertiesReport(Message< RtcLocalAudioPropertiesReport >.Handler handler) | RtcService | inlinestatic |
SetOnRemoteAudioPropertiesReport(Message< RtcRemoteAudioPropertiesReport >.Handler handler) | RtcService | inlinestatic |
SetOnRoomBinaryMessageReceived(Message< RtcBinaryMessageReceived >.Handler handler) | RtcService | inlinestatic |
SetOnRoomErrorCallback(Message< RtcRoomError >.Handler handler) | RtcService | inlinestatic |
SetOnRoomMessageReceived(Message< RtcRoomMessageReceived >.Handler handler) | RtcService | inlinestatic |
SetOnRoomMessageSendResult(Message< RtcMessageSendResult >.Handler handler) | RtcService | inlinestatic |
SetOnRoomStatsCallback(Message< RtcRoomStats >.Handler handler) | RtcService | inlinestatic |
SetOnRoomWarnCallback(Message< RtcRoomWarn >.Handler handler) | RtcService | inlinestatic |
SetOnStreamSyncInfoReceived(Message< RtcStreamSyncInfo >.Handler handler) | RtcService | inlinestatic |
SetOnTokenWillExpire(Message< string >.Handler handler) | RtcService | inlinestatic |
SetOnUserBinaryMessageReceived(Message< RtcBinaryMessageReceived >.Handler handler) | RtcService | inlinestatic |
SetOnUserJoinRoomResultCallback(Message< RtcUserJoinInfo >.Handler handler) | RtcService | inlinestatic |
SetOnUserLeaveRoomResultCallback(Message< RtcUserLeaveInfo >.Handler handler) | RtcService | inlinestatic |
SetOnUserMessageReceived(Message< RtcUserMessageReceived >.Handler handler) | RtcService | inlinestatic |
SetOnUserMessageSendResult(Message< RtcMessageSendResult >.Handler handler) | RtcService | inlinestatic |
SetOnUserMuteAudio(Message< RtcMuteInfo >.Handler handler) | RtcService | inlinestatic |
SetOnUserPublishStream(Message< RtcUserPublishInfo >.Handler handler) | RtcService | inlinestatic |
SetOnUserStartAudioCapture(Message< string >.Handler handler) | RtcService | inlinestatic |
SetOnUserStopAudioCapture(Message< string >.Handler handler) | RtcService | inlinestatic |
SetOnUserUnPublishStream(Message< RtcUserUnPublishInfo >.Handler handler) | RtcService | inlinestatic |
SetOnWarnCallback(Message< int >.Handler handler) | RtcService | inlinestatic |
SetPlaybackVolume(int volume) | RtcService | inlinestatic |
StartAudioCapture() | RtcService | inlinestatic |
StopAudioCapture() | RtcService | inlinestatic |
UnPublishRoom(string roomId) | RtcService | inlinestatic |
UpdateToken(string roomId, string token) | RtcService | inlinestatic |