MCPcopy Create free account

hub / github.com/anyRTC-UseCase/SipRtcProxy / functions

Functions642 in github.com/anyRTC-UseCase/SipRtcProxy

MethodonRtcStats
Reports the statistics of the current call. The SDK triggers this callback once every two seconds after the user joins the channel.
include/IArRtcEngine.h:3144
MethodonRtmpStreamingEvent
Reports events during the RTMP streaming. * * @since v3.1.0 * * @param url The RTMP streaming URL. * @param eventCode The event code. See #R
include/IArRtcEngine.h:3940
MethodonRtmpStreamingStateChanged
Occurs when the state of the RTMP streaming changes. The SDK triggers this callback to report the result of the local user calling the \ref ar::rt
include/IArRtcEngine.h:3927
MethodonSendMessageResult
Returns the result of the \ref ar::rtm::IChannel::sendMessage "sendMessage" method call. @param messageId The ID of the sent channel message.
include/IArRtmService.h:1600
MethodonSendMessageResult
Reports the result of the \ref ar::rtm::IRtmService::sendMessageToPeer "sendMessageToPeer" method call. @param messageId The ID of the sent me
include/IArRtmService.h:1857
MethodonSetChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::setChannelAttributes "setChannelAttributes" method call. @param requestId The unique ID o
include/IArRtmService.h:2131
MethodonSetLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::setLocalUserAttributes "setLocalUserAttributes" method call. @param requestId The unique
include/IArRtmService.h:2066
MethodonStreamInjectedStatus
Occurs when a voice or video stream URL address is added to a live broadcast. @param url Pointer to the URL address of the externally injected st
include/IArRtcEngine.h:3992
MethodonStreamMessage
virtual void onStreamError(int streamId, int code, int parameter, const char* message, size_t length) {} Occurs when the local user receives the data
include/IArRtcEngine.h:3832
MethodonStreamMessageError
Occurs when the local user does not receive the data stream from the remote user within five seconds. The SDK triggers this callback when the lo
include/IArRtcEngine.h:3848
MethodonStreamPublished
@deprecated This method is deprecated, use the \ref ar::rtc::IRtcEngineEventHandler::onRtmpStreamingStateChanged "onRtmpStreamingStateChanged" callbac
include/IArRtcEngine.h:3964
MethodonStreamUnpublished
Reports the result of calling the \ref ar::rtc::IRtcEngine::removePublishStreamUrl "removePublishStreamUrl" method. (CDN live only.) This callba
include/IArRtcEngine.h:3974
MethodonSubscriptionRequestResult
Returns the result of the \ref ar::rtm::IRtmService::subscribePeersOnlineStatus "subscribePeersOnlineStatus" or \ref ar::rtm::IRtmService::unsubscribe
include/IArRtmService.h:2023
MethodonTokenExpired
Occurs when the RTM server detects that the RTM token has exceeded the 24-hour validity period and when the SDK is in the \ref ar::rtm::CONNECTION_STA
include/IArRtmService.h:1826
MethodonTokenPrivilegeWillExpire
Occurs when the token expires in 30 seconds. The user becomes offline if the token used in the \ref IRtcEngine::joinChannel "joinChannel" method
include/IArRtcEngine.h:3116
MethodonTokenWillExpire
include/IArRtmService.h:1816
MethodonTranscodingUpdated
Occurs when the publisher's transcoding is updated. * * When the `LiveTranscoding` class in the \ref ar::rtc::IRtcEngine::setLiveTranscoding "setL
include/IArRtcEngine.h:3984
MethodonUserEnableLocalVideo
Occurs when a specified remote user enables/disables the local video * capturing function. * * @deprecated * This callback is depr
include/IArRtcEngine.h:3818
MethodonUserEnableVideo
Occurs when a specific remote user enables/disables the video * module. * * @deprecated * This callback is deprecated and replaced
include/IArRtcEngine.h:3555
MethodonUserInfoUpdated
Occurs when the SDK gets the user ID and user account of the remote user. After a remote user joins the channel, the SDK gets the UID and user a
include/IArRtcEngine.h:4161
MethodonUserJoined
Occurs when a remote user (Communication)/ host (Live Broadcast) joins the channel. - Communication profile: This callback notifies the applicat
include/IArRtcEngine.h:3012
MethodonUserMuteAudio
@deprecated This method is deprecated from v3.0.0, use the \ref ar::rtc::IRtcEngineEventHandler::onRemoteAudioStateChanged "onRemoteAudioStateChanged"
include/IArRtcEngine.h:3491
MethodonUserMuteVideo
Occurs when a remote user's video stream playback pauses/resumes. * * You can also use the * \ref onRemoteVideoStateChanged() "onRemote
include/IArRtcEngine.h:3519
MethodonUserOffline
Occurs when a remote user (Communication)/host (Live Broadcast) leaves the channel. Reasons why the user is offline: - Leave the channel: Wh
include/IArRtcEngine.h:3027
MethodonVideoDeviceStateChanged
Occurs when the video device state changes. @note On a Windows device with an external camera for video capturing, the video disables once the e
include/IArRtcEngine.h:3739
MethodonVideoPublishStateChanged
Occurs when the video publishing state changes. * * @since v3.1.0 * * This callback indicates the publishing state change of the l
include/IArRtcEngine.h:3283
MethodonVideoSizeChanged
Occurs when the video size or rotation of a specified user changes. @param uid User ID of the remote user or local user (0) whose video size or
include/IArRtcEngine.h:3766
MethodonVideoStopped
DEPRECATED** Occurs when the video stops playing. The application can use this callback to change the configuration of the view (for example, di
include/IArRtcEngine.h:3393
MethodonVideoSubscribeStateChanged
Occurs when the audio subscribing state changes. * * @since v3.1.0 * * This callback indicates the subscribing state change of a r
include/IArRtcEngine.h:3322
MethodonWarning
Reports a warning during SDK runtime. In most cases, the application can ignore the warning reported by the SDK because the SDK can usually fix
include/IArRtcEngine.h:2919
Methodon_audio_data
src/RtcCall.cpp:113
Methodon_user_joined
For
src/RtcCall.cpp:93
Methodon_user_offline
src/RtcCall.cpp:101
Methodoperator->
include/ArBase.h:57
MethodpauseAllEffects
include/IArRtcEngine.h:7776
MethodpauseAudio
DEPRECATED** Use \ref IRtcEngine::disableAudio "disableAudio" instead. Disables the audio function in the channel. @return - 0: Success.
include/IArRtcEngine.h:8003
MethodpauseAudioMixing
include/IArRtcEngine.h:7627
MethodpauseEffect
include/IArRtcEngine.h:7770
MethodplayEffect
include/IArRtcEngine.h:7729
MethodpreloadEffect
include/IArRtcEngine.h:7756
Methodreset
include/ArBase.h:71
MethodresumeAllEffects
include/IArRtcEngine.h:7788
MethodresumeAudio
include/IArRtcEngine.h:8008
MethodresumeAudioMixing
include/IArRtcEngine.h:7632
MethodresumeEffect
include/IArRtcEngine.h:7782
MethodsetAudioMixingPitch
include/IArRtcEngine.h:7696
MethodsetAudioMixingPosition
include/IArRtcEngine.h:7692
MethodsetCameraCapturerConfiguration
include/IArRtcEngine.h:8113
MethodsetDefaultMuteAllRemoteAudioStreams
include/IArRtcEngine.h:8059
MethodsetDefaultMuteAllRemoteVideoStreams
include/IArRtcEngine.h:7568
MethodsetEffectPosition
Sets the instantaneous playback position of specified audio effect file. @param soundId ID of the audio effect. Each audio effect has a unique ID.
include/IArRtcEngine.h:7820
MethodsetEffectsVolume
include/IArRtcEngine.h:7716
MethodsetExternalAudioSink
include/IArRtcEngine.h:8072
MethodsetExternalAudioSource
include/IArRtcEngine.h:8064
MethodsetHighQualityAudioParameters
include/IArRtcEngine.h:8013
MethodsetInEarMonitoringVolume
include/IArRtcEngine.h:8201
MethodsetLocalPublishFallbackOption
include/IArRtcEngine.h:8179
MethodsetLocalRenderMode
include/IArRtcEngine.h:8103
MethodsetLocalVideoMirrorMode
include/IArRtcEngine.h:8159
MethodsetLocalVoiceChanger
include/IArRtcEngine.h:7950
MethodsetLocalVoiceEqualization
include/IArRtcEngine.h:7935
MethodsetLocalVoicePitch
include/IArRtcEngine.h:7929
MethodsetLocalVoiceReverb
include/IArRtcEngine.h:7942
MethodsetLocalVoiceReverbPreset
include/IArRtcEngine.h:7974
MethodsetLogFile
include/IArRtcEngine.h:8080
MethodsetLogFileSize
include/IArRtcEngine.h:8098
MethodsetLogFilter
include/IArRtcEngine.h:8093
MethodsetMixedAudioFrameParameters
include/IArRtcEngine.h:8143
MethodsetObject
include/IArRtcEngine.h:8217
MethodsetPlaybackAudioFrameParameters
include/IArRtcEngine.h:8139
MethodsetPlaybackDeviceVolume
include/IArRtcEngine.h:7578
MethodsetRecordingAudioFrameParameters
include/IArRtcEngine.h:8135
MethodsetRemoteDefaultVideoStreamType
include/IArRtcEngine.h:8130
MethodsetRemoteRenderMode
include/IArRtcEngine.h:8108
MethodsetRemoteSubscribeFallbackOption
include/IArRtcEngine.h:8184
MethodsetRemoteVideoStreamType
include/IArRtcEngine.h:8124
MethodsetRemoteVoicePosition
include/IArRtcEngine.h:7924
MethodsetVideoQualityParameters
include/IArRtcEngine.h:8154
MethodsetVolumeOfEffect
include/IArRtcEngine.h:7721
Methodskip_blank
src/config.cpp:178
Methodskip_to_blank
src/config.cpp:188
MethodstartAudioMixing
include/IArRtcEngine.h:7605
MethodstartAudioRecording
include/IArRtcEngine.h:7583
MethodstopAllEffects
include/IArRtcEngine.h:7750
MethodstopAllRemoteVideo
include/IArRtcEngine.h:8225
MethodstopAudioMixing
include/IArRtcEngine.h:7622
MethodstopAudioRecording
include/IArRtcEngine.h:7600
MethodstopEffect
include/IArRtcEngine.h:7744
MethodunloadEffect
include/IArRtcEngine.h:7764
Method~ARtS
include/ARtS.h:41
Method~ARtSEvent
include/ARtS.h:11
Method~AudNeqDecoderEvent
include/IRtcAudCodec.h:10
Method~AutoPtr
include/ArBase.h:48
Method~ConfigSet
src/config.cpp:28
Method~IARService
include/IArService.h:27
Method~IAudioDeviceCollection
include/IArRtcEngine.h:4291
Method~IAudioDeviceManager
include/IArRtcEngine.h:4375
Method~IChannel
include/IArRtmService.h:1685
Method~IChannelEventHandler
include/IArRtmService.h:1524
Method~IChannelMember
include/IArRtmService.h:1445
← previousnext →501–600 of 642, ranked by callers