|
delegate void | nertc.ChannelOnError (IRtcChannel channel, int errorCode, string msg) |
|
delegate void | nertc.ChannelOnWarning (IRtcChannel channel, int warnCode, string msg) |
|
delegate void | nertc.ChannelOnAPICallExecuted (IRtcChannel channel, string apiName, RtcErrorCode errorCode, string msg) |
|
delegate void | nertc.ChannelOnJoinChannel (IRtcChannel channel, ulong cid, ulong uid, RtcErrorCode result, ulong elapsed) |
|
delegate void | nertc.ChannelOnReconnectingStart (IRtcChannel channel, ulong cid, ulong uid) |
|
delegate void | nertc.ChannelOnConnectionStateChange (IRtcChannel channel, RtcConnectionStateType state, RtcReasonConnectionChangedType reason) |
|
delegate void | nertc.ChannelOnRejoinChannel (IRtcChannel channel, ulong cid, ulong uid, RtcErrorCode result, ulong elapsed) |
|
delegate void | nertc.ChannelOnLeaveChannel (IRtcChannel channel, RtcErrorCode result) |
|
delegate void | nertc.ChannelOnDisconnect (IRtcChannel channel, RtcErrorCode reason) |
|
delegate void | nertc.ChannelOnClientRoleChanged (IRtcChannel channel, RtcClientRole oldRole, RtcClientRole newRole) |
|
delegate void | nertc.ChannelOnUserJoined (IRtcChannel channel, ulong uid, string userName, RtcUserJoinExtraInfo customInfo) |
|
delegate void | nertc.ChannelOnUserLeft (IRtcChannel channel, ulong uid, RtcSessionLeaveReason reason, RtcUserJoinExtraInfo customInfo) |
|
delegate void | nertc.ChannelOnUserAudioStart (IRtcChannel channel, RtcAudioStreamType type, ulong uid) |
|
delegate void | nertc.ChannelOnUserAudioStop (IRtcChannel channel, RtcAudioStreamType type, ulong uid) |
|
delegate void | nertc.ChannelOnUserAudioMute (IRtcChannel channel, RtcAudioStreamType type, ulong uid, bool mute) |
|
delegate void | nertc.ChannelOnUserVideoStart (IRtcChannel channel, RtcVideoStreamType type, ulong uid, RtcVideoProfileType maxProfile) |
|
delegate void | nertc.ChannelOnUserVideoStop (IRtcChannel channel, RtcVideoStreamType type, ulong uid) |
|
delegate void | nertc.ChannelOnUserVideoMute (IRtcChannel channel, RtcVideoStreamType type, ulong uid, bool mute) |
|
delegate void | nertc.ChannelOnScreenCaptureStatusChanged (IRtcChannel channel, RtcScreenCaptureStatus status) |
|
delegate void | nertc.ChannelOnUserVideoProfileUpdate (IRtcChannel channel, ulong uid, RtcVideoProfileType maxProfile) |
|
delegate void | nertc.ChannelOnFirstAudioDataReceived (IRtcChannel channel, RtcAudioStreamType type, ulong uid) |
|
delegate void | nertc.ChannelOnFirstVideoDataReceived (IRtcChannel channel, RtcVideoStreamType type, ulong uid) |
|
delegate void | nertc.ChannelOnRemoteVideoReceiveSizeChanged (ulong uid, RtcVideoStreamType type, uint width, uint height) |
|
delegate void | nertc.ChannelOnLocalVideoRenderSizeChanged (RtcVideoStreamType type, uint width, uint height) |
|
delegate void | nertc.ChannelOnFirstAudioFrameDecoded (IRtcChannel channel, RtcAudioStreamType type, ulong uid) |
|
delegate void | nertc.ChannelOnFirstVideoFrameDecoded (IRtcChannel channel, RtcVideoStreamType type, ulong uid, uint width, uint height) |
|
delegate void | nertc.ChannelOnLocalAudioVolumeIndication (IRtcChannel channel, int volume, bool enableVad) |
|
delegate void | nertc.ChannelOnRemoteAudioVolumeIndication (IRtcChannel channel, RtcAudioVolumeInfo[] speakers, int totalVolume) |
|
delegate void | nertc.ChannelOnAddLiveStreamTask (IRtcChannel channel, string taskId, string url, int errorCode) |
|
delegate void | nertc.ChannelOnUpdateLiveStreamTask (IRtcChannel channel, string taskId, string url, int errorCode) |
|
delegate void | nertc.ChannelOnRemoveLiveStreamTask (IRtcChannel channel, string taskId, int errorCode) |
|
delegate void | nertc.ChannelOnLiveStreamStateChanged (IRtcChannel channel, string taskId, string url, RtcLiveStreamStateCode state) |
|
delegate void | nertc.ChannelOnRecvSEIMessage (IRtcChannel channel, ulong uid, byte[] data, uint dataSize) |
|
delegate void | nertc.ChannelOnMediaRelayStateChanged (IRtcChannel channel, RtcChannelMediaRelayState state, string channelName) |
|
delegate void | nertc.ChannelOnMediaRelayEvent (IRtcChannel channel, RtcChannelMediaRelayEvent evt, string channelName, RtcErrorCode error) |
|
delegate void | nertc.ChannelOnPublishFallbackToAudioOnly (IRtcChannel channel, bool isFallback, RtcVideoStreamType streamType) |
|
delegate void | nertc.ChannelOnSubscribeFallbackToAudioOnly (IRtcChannel channel, ulong uid, bool isFallback, RtcVideoStreamType streamType) |
|
delegate void | nertc.ChannelOnMediaRightChanged (IRtcChannel channel, bool audioBanned, bool videoBanned) |
|
delegate void | nertc.ChannelOnPermissionKeyWillExpire (IRtcChannel channel) |
|
delegate void | nertc.ChannelOnUpdatePermissionKey (IRtcChannel channel, string key, RtcErrorCode errorCode, int timeout) |
|