MCPcopy Create free account

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

Functions642 in github.com/anyRTC-UseCase/SipRtcProxy

MethodonFirstLocalVideoFrame
Occurs when the first local video frame is displayed/rendered on the local video view. @param width Width (px) of the first local video frame.
include/IArRtcEngine.h:3402
MethodonFirstLocalVideoFramePublished
Occurs when the first video frame is published. * * @since v3.1.0 * * The SDK triggers this callback under one of the following ci
include/IArRtcEngine.h:3419
MethodonFirstRemoteAudioDecoded
Occurs when the SDK decodes the first remote audio frame for playback. This callback is triggered in either of the following scenarios: -
include/IArRtcEngine.h:3726
MethodonFirstRemoteAudioFrame
Occurs when the engine receives the first audio frame from a specific remote user. @param uid User ID of the remote user. @param elapsed Time
include/IArRtcEngine.h:3911
MethodonFirstRemoteVideoDecoded
Occurs when the first remote video frame is received and decoded. * * @deprecated * This callback is deprecated and replaced by the
include/IArRtcEngine.h:3455
MethodonFirstRemoteVideoFrame
Occurs when the first remote video frame is rendered. The SDK triggers this callback when the first frame of the remote video is displayed in the
include/IArRtcEngine.h:3471
MethodonGetChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::getChannelAttributes "getChannelAttributes" or \ref ar::rtm::IRtmService::getChannelAttributesByK
include/IArRtmService.h:2181
MethodonGetChannelMemberCountResult
Reports the result of the \ref ar::rtm::IRtmService::getChannelMemberCount "getChannelMemberCount" method call. @param requestId The unique ID
include/IArRtmService.h:2197
MethodonGetMembers
Returns the result of the \ref ar::rtm::IChannel::getMembers "getMembers" method call. When the method call succeeds, the SDK returns t
include/IArRtmService.h:1643
MethodonGetUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::getUserAttributes "getUserAttributes" or \ref ar::rtm::IRtmService::getUserAttributesByKeys "getU
include/IArRtmService.h:2117
MethodonImageMediaUploadResult
Reports the result of the \ref ar::rtm::IRtmService::createImageMessageByUploading "createImageMessageByUploading" method call. @param request
include/IArRtmService.h:1952
MethodonImageMessageReceived
Occurs when receiving a channel image message. @param userId The message sender. @param message The received channel image
include/IArRtmService.h:1578
MethodonImageMessageReceivedFromPeer
Occurs when receiving a peer-to-peer image message. @param peerId The ID of the message sender. @param message The received peer
include/IArRtmService.h:1881
MethodonJoinChannelSuccess
Occurs when a user joins a channel. This callback notifies the application that a user joins a specified channel when the application calls the
include/IArRtcEngine.h:2950
MethodonJoinFailure
src/RtcCallToSip.cpp:145
MethodonJoinFailure
Occurs when failing to join a channel. The local user receives this callback when the \ref ar::rtm::IChannel::join "join" method call fails.
include/IArRtmService.h:1546
MethodonJoinSuccess
For ARM::IChannelEventHandler
src/RtcCallToSip.cpp:141
MethodonJoinSuccess
Occurs when successfully joining a channel. When the local user calls the \ref ar::rtm::IChannel::join "join" method and successfully joins th
include/IArRtmService.h:1535
MethodonLastmileProbeResult
Reports the last-mile network probe result. The SDK triggers this callback within 30 seconds after the app calls the \ref ar::rtc::IRtcEngine::st
include/IArRtcEngine.h:3048
MethodonLastmileQuality
Reports the last mile network quality of the local user once every two seconds before the user joins the channel. Last mile refers to the connec
include/IArRtcEngine.h:3038
MethodonLeave
src/RtcCallToSip.cpp:150
MethodonLeave
Returns the result of the \ref ar::rtm::IChannel::leave "leave" method call. @param errorCode The error code. See #LEAVE_CHANNEL_ERR.
include/IArRtmService.h:1556
MethodonLeaveChannel
Occurs when a user leaves the channel. This callback notifies the application that a user leaves the channel when the application calls the \ref
include/IArRtcEngine.h:2978
MethodonLocalAudioStateChanged
Occurs when the local audio state changes. * * This callback indicates the state change of the local audio stream, * including the stat
include/IArRtcEngine.h:3230
MethodonLocalAudioStats
Reports the statistics of the local audio stream. * * The SDK triggers this callback once every two seconds. * * @param stats The
include/IArRtcEngine.h:3200
MethodonLocalInvitationAccepted
src/SipToRtm.cpp:172
MethodonLocalInvitationAccepted
Callback to the caller: occurs when the callee accepts the call invitation. @param localInvitation An ILocalCallInvitation object. @para
include/IArRtmCallManager.h:355
MethodonLocalInvitationCanceled
src/SipToRtm.cpp:152
MethodonLocalInvitationCanceled
Callback to the caller: occurs when the caller cancels a call invitation. @param localInvitation An ILocalCallInvitation object. */
include/IArRtmCallManager.h:332
MethodonLocalInvitationFailure
src/SipToRtm.cpp:162
MethodonLocalInvitationFailure
Callback to the caller: occurs when the life cycle of the outgoing call invitation ends in failure. @param localInvitation An ILocalCallInvi
include/IArRtmCallManager.h:343
MethodonLocalInvitationReceivedByPeer
For ARM::IRtmCallEventHandler
src/SipToRtm.cpp:148
MethodonLocalInvitationReceivedByPeer
Callback to the caller: occurs when the callee receives the call invitation. @param localInvitation An ILocalCallInvitation object. */
include/IArRtmCallManager.h:322
MethodonLocalInvitationRefused
src/SipToRtm.cpp:176
MethodonLocalInvitationRefused
Callback to the caller: occurs when the callee refuses the call invitation. @param localInvitation An ILocalCallInvitation object. @par
include/IArRtmCallManager.h:367
MethodonLocalPublishFallbackToAudioOnly
Occurs when the locally published media stream falls back to an audio-only stream due to poor network conditions or switches back to the video after t
include/IArRtcEngine.h:4018
MethodonLocalUserRegistered
Occurs when the local user successfully registers a user account by calling the \ref ar::rtc::IRtcEngine::registerLocalUserAccount "registerLocalUserA
include/IArRtcEngine.h:4149
MethodonLocalVideoStateChanged
Occurs when the local video stream state changes. This callback indicates the state of the local video stream, including camera capturing and vi
include/IArRtcEngine.h:3754
MethodonLocalVideoStats
Reports the statistics of the local video stream. * * The SDK triggers this callback once every two seconds for each * user/host. If th
include/IArRtcEngine.h:3176
MethodonLoginFailure
src/RtmToSip.cpp:129
MethodonLoginFailure
src/SipRtcMgr.cpp:302
MethodonLoginFailure
src/SipToRtm.cpp:112
MethodonLoginFailure
Occurs when a user fails to log in the AR RTM system. The local user receives this callback when the \ref ar::rtm::IRtmService::login "login"
include/IArRtmService.h:1799
MethodonLoginSuccess
For ARM::IRtmServiceEventHandler
src/RtmToSip.cpp:125
MethodonLoginSuccess
For ARM::IRtmServiceEventHandler
src/SipRtcMgr.cpp:298
MethodonLoginSuccess
For ARM::IRtmServiceEventHandler
src/SipToRtm.cpp:88
MethodonLoginSuccess
Occurs when a user logs in the AR RTM system. The local user receives this callback when the \ref ar::rtm::IRtmService::login "login" method c
include/IArRtmService.h:1792
MethodonLogout
src/RtmToSip.cpp:134
MethodonLogout
src/SipRtcMgr.cpp:306
MethodonLogout
src/SipToRtm.cpp:117
MethodonLogout
Occurs when a user logs out of the AR RTM system. The local user receives this callback when the SDK calls the \ref ar::rtm::IRtmService::logo
include/IArRtmService.h:1835
MethodonMediaCancelResult
Reports the result of the \ref ar::rtm::IRtmService::cancelMediaDownload "cancelMediaDownload" or \ref ar::rtm::IRtmService::cancelMediaUpload "cancel
include/IArRtmService.h:1995
MethodonMediaDownloadToFileResult
Reports the result of the \ref ar::rtm::IRtmService::downloadMediaToFile "downloadMediaToFile" method call. @param requestId The unique I
include/IArRtmService.h:1965
MethodonMediaDownloadToMemoryResult
Reports the result of the \ref ar::rtm::IRtmService::downloadMediaToMemory "downloadMediaToMemory" method call. @note The SDK releases
include/IArRtmService.h:1981
MethodonMediaDownloadingProgress
Reports the progress of an ongoing download task. @note - If the download task is ongoing, the SDK returns this callback once ev
include/IArRtmService.h:1925
MethodonMediaEngineLoadSuccess
Occurs when the media engine loads.*/
include/IArRtcEngine.h:3857
MethodonMediaEngineStartCallSuccess
Occurs when the media engine call starts.*/
include/IArRtcEngine.h:3860
MethodonMediaUploadingProgress
Reports the progress of an ongoing upload task. @note - If the upload task is ongoing, the SDK returns this callback once every
include/IArRtmService.h:1909
MethodonMemberCountUpdated
src/RtcCallToSip.cpp:155
MethodonMemberCountUpdated
Occurs when the number of the channel members changes, and returns the new number. @note - When the number of channel members ≤ 512
include/IArRtmService.h:1673
MethodonMemberJoined
Occurs when a remote user joins the channel. When a remote user calls the \ref ar::rtm::IChannel::join "join" method and receives the \ref ar:
include/IArRtmService.h:1615
MethodonMemberLeft
Occurs when a remote member leaves the channel. When a remote member in the channel calls the \ref ar::rtm::IChannel::leave "leave" method and
include/IArRtmService.h:1629
MethodonMessageReceived
Occurs when receiving a channel message. @param userId The message sender. @param message The received channel message. See \ref ar::rt
include/IArRtmService.h:1567
MethodonMessageReceivedFromPeer
src/RtmToSip.cpp:146
MethodonMessageReceivedFromPeer
src/SipRtcMgr.cpp:323
MethodonMessageReceivedFromPeer
src/SipToRtm.cpp:129
MethodonMessageReceivedFromPeer
Occurs when receiving a peer-to-peer message. @param peerId The ID of the message sender. @param message The received peer-to-peer mess
include/IArRtmService.h:1869
MethodonMicrophoneEnabled
DEPRECATED** Occurs when the microphone is enabled/disabled. * * The \ref onMicrophoneEnabled() "onMicrophoneEnabled" callback is * dep
include/IArRtcEngine.h:4121
MethodonNetworkQuality
Reports the last mile network quality of each user in the channel once every two seconds. Last mile refers to the connection between the local d
include/IArRtcEngine.h:3156
MethodonNetworkTypeChanged
Occurs when the local network type changes. When the network connection is interrupted, this callback indicates whether the interruption is caused b
include/IArRtcEngine.h:4141
MethodonPeersOnlineStatusChanged
src/SipRtcMgr.cpp:314
MethodonPeersOnlineStatusChanged
Occurs when the online status of the peers, to whom you subscribe, changes. - When the subscription to the online status of specified p
include/IArRtmService.h:2054
MethodonPlaybackAudioFrameBeforeMixingEx
Gets the before-mixing playback audio frame from multiple channels. After you successfully register the audio frame observer, if you set the return
include/IArMediaEngine.h:142
MethodonPreEncodeVideoFrame
Occurs each time the SDK receives a video frame before encoding. * * After you successfully register the video frame observer, the SDK triggers
include/IArMediaEngine.h:256
MethodonQueryPeersBySubscriptionOptionResult
Returns the result of the \ref ar::rtm::IRtmService::queryPeersBySubscriptionOption "queryPeersBySubscriptionOption" method call. @param reque
include/IArRtmService.h:2037
MethodonQueryPeersOnlineStatusResult
Reports the result of the \ref ar::rtm::IRtmService::queryPeersOnlineStatus "queryPeersOnlineStatus" method call. @param requestId The unique
include/IArRtmService.h:2009
MethodonRejoinChannelSuccess
Occurs when a user rejoins the channel after disconnection due to network problems. When a user loses connection with the server because of netwo
include/IArRtcEngine.h:2964
MethodonRemoteAudioMixingBegin
Occurs when a remote user starts audio mixing. When a remote user calls \ref IRtcEngine::startAudioMixing "startAudioMixing" to play the backgro
include/IArRtcEngine.h:3694
MethodonRemoteAudioMixingEnd
Occurs when a remote user finishes audio mixing. */
include/IArRtcEngine.h:3698
MethodonRemoteAudioStateChanged
Occurs when the remote audio state changes. * * This callback indicates the state change of the remote audio stream. * * @param ui
include/IArRtcEngine.h:3247
MethodonRemoteAudioStats
Reports the statistics of the audio stream from each remote user/host. This callback replaces the \ref ar::rtc::IRtcEngineEventHandler::onAudioQ
include/IArRtcEngine.h:3212
MethodonRemoteAudioTransportStats
Reports the transport-layer statistics of each remote audio stream. * * @deprecated * This callback is deprecated and replaced by the
include/IArRtcEngine.h:4069
MethodonRemoteInvitationAccepted
src/RtmToSip.cpp:169
MethodonRemoteInvitationAccepted
Callback to the callee: occurs when the callee accepts a call invitation. @param remoteInvitation An IRemoteCallInvitation object.
include/IArRtmCallManager.h:388
MethodonRemoteInvitationCanceled
src/RtmToSip.cpp:229
MethodonRemoteInvitationCanceled
Callback to the callee: occurs when the caller cancels the call invitation. @param remoteInvitation An IRemoteCallInvitation object. */
include/IArRtmCallManager.h:419
MethodonRemoteInvitationFailure
src/RtmToSip.cpp:225
MethodonRemoteInvitationFailure
Callback to the callee: occurs when the life cycle of the incoming call invitation ends in failure. @param remoteInvitation An IRemoteCallInv
include/IArRtmCallManager.h:409
MethodonRemoteInvitationReceived
src/RtmToSip.cpp:173
MethodonRemoteInvitationReceived
For ARM::IRtmCallEventHandler �Է��������
src/SipRtcMgr.cpp:338
MethodonRemoteInvitationReceived
Callback to the callee: occurs when the callee receives a call invitation. @param remoteInvitation An IRemoteCallInvitation object. */
include/IArRtmCallManager.h:398
MethodonRemoteInvitationRefused
For ARM::IRtmCallEventHandler
src/RtmToSip.cpp:165
MethodonRemoteInvitationRefused
Callback for the callee: occurs when the callee refuses a call invitation. @param remoteInvitation An IRemoteCallInvitation object.
include/IArRtmCallManager.h:378
MethodonRemoteSubscribeFallbackToAudioOnly
Occurs when the remote media stream falls back to audio-only stream * due to poor network conditions or switches back to the video stream *
include/IArRtcEngine.h:4046
MethodonRemoteVideoStateChanged
Occurs when the remote video state changes. * * @param uid ID of the remote user whose video state changes. * @param state State of the
include/IArRtcEngine.h:3782
MethodonRemoteVideoStats
Reports the statistics of the video stream from each remote user/host. * * The SDK triggers this callback once every two seconds for each re
include/IArRtcEngine.h:3189
MethodonRemoteVideoTransportStats
Reports the transport-layer statistics of each remote video stream. * * @deprecated * This callback is deprecated and replaced by the
include/IArRtcEngine.h:4096
MethodonRenderVideoFrameEx
Gets the video frame from multiple channels. After you successfully register the video frame observer, if you set the return value of isMultipl
include/IArMediaEngine.h:391
MethodonRenewTokenResult
Reports the result of the \ref ar::rtm::IRtmService::renewToken "renewToken" method call. @param token Your new token. @param er
include/IArRtmService.h:1810
MethodonRequestToken
Occurs when the token expires. After a token is specified by calling the \ref IRtcEngine::joinChannel "joinChannel" method, if the SDK losses co
include/IArRtcEngine.h:3107
← previousnext →401–500 of 642, ranked by callers