Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anyRTC-UseCase/SipRtcProxy
/ functions
Functions
642 in github.com/anyRTC-UseCase/SipRtcProxy
⨍
Functions
642
◇
Types & classes
252
Method
onFirstLocalVideoFrame
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
Method
onFirstLocalVideoFramePublished
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
Method
onFirstRemoteAudioDecoded
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
Method
onFirstRemoteAudioFrame
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
Method
onFirstRemoteVideoDecoded
Occurs when the first remote video frame is received and decoded. * * @deprecated * This callback is deprecated and replaced by the
include/IArRtcEngine.h:3455
Method
onFirstRemoteVideoFrame
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
Method
onGetChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::getChannelAttributes "getChannelAttributes" or \ref ar::rtm::IRtmService::getChannelAttributesByK
include/IArRtmService.h:2181
Method
onGetChannelMemberCountResult
Reports the result of the \ref ar::rtm::IRtmService::getChannelMemberCount "getChannelMemberCount" method call. @param requestId The unique ID
include/IArRtmService.h:2197
Method
onGetMembers
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
Method
onGetUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::getUserAttributes "getUserAttributes" or \ref ar::rtm::IRtmService::getUserAttributesByKeys "getU
include/IArRtmService.h:2117
Method
onImageMediaUploadResult
Reports the result of the \ref ar::rtm::IRtmService::createImageMessageByUploading "createImageMessageByUploading" method call. @param request
include/IArRtmService.h:1952
Method
onImageMessageReceived
Occurs when receiving a channel image message. @param userId The message sender. @param message The received channel image
include/IArRtmService.h:1578
Method
onImageMessageReceivedFromPeer
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
Method
onJoinChannelSuccess
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
Method
onJoinFailure
src/RtcCallToSip.cpp:145
Method
onJoinFailure
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
Method
onJoinSuccess
For ARM::IChannelEventHandler
src/RtcCallToSip.cpp:141
Method
onJoinSuccess
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
Method
onLastmileProbeResult
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
Method
onLastmileQuality
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
Method
onLeave
src/RtcCallToSip.cpp:150
Method
onLeave
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
Method
onLeaveChannel
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
Method
onLocalAudioStateChanged
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
Method
onLocalAudioStats
Reports the statistics of the local audio stream. * * The SDK triggers this callback once every two seconds. * * @param stats The
include/IArRtcEngine.h:3200
Method
onLocalInvitationAccepted
src/SipToRtm.cpp:172
Method
onLocalInvitationAccepted
Callback to the caller: occurs when the callee accepts the call invitation. @param localInvitation An ILocalCallInvitation object. @para
include/IArRtmCallManager.h:355
Method
onLocalInvitationCanceled
src/SipToRtm.cpp:152
Method
onLocalInvitationCanceled
Callback to the caller: occurs when the caller cancels a call invitation. @param localInvitation An ILocalCallInvitation object. */
include/IArRtmCallManager.h:332
Method
onLocalInvitationFailure
src/SipToRtm.cpp:162
Method
onLocalInvitationFailure
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
Method
onLocalInvitationReceivedByPeer
For ARM::IRtmCallEventHandler
src/SipToRtm.cpp:148
Method
onLocalInvitationReceivedByPeer
Callback to the caller: occurs when the callee receives the call invitation. @param localInvitation An ILocalCallInvitation object. */
include/IArRtmCallManager.h:322
Method
onLocalInvitationRefused
src/SipToRtm.cpp:176
Method
onLocalInvitationRefused
Callback to the caller: occurs when the callee refuses the call invitation. @param localInvitation An ILocalCallInvitation object. @par
include/IArRtmCallManager.h:367
Method
onLocalPublishFallbackToAudioOnly
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
Method
onLocalUserRegistered
Occurs when the local user successfully registers a user account by calling the \ref ar::rtc::IRtcEngine::registerLocalUserAccount "registerLocalUserA
include/IArRtcEngine.h:4149
Method
onLocalVideoStateChanged
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
Method
onLocalVideoStats
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
Method
onLoginFailure
src/RtmToSip.cpp:129
Method
onLoginFailure
src/SipRtcMgr.cpp:302
Method
onLoginFailure
src/SipToRtm.cpp:112
Method
onLoginFailure
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
Method
onLoginSuccess
For ARM::IRtmServiceEventHandler
src/RtmToSip.cpp:125
Method
onLoginSuccess
For ARM::IRtmServiceEventHandler
src/SipRtcMgr.cpp:298
Method
onLoginSuccess
For ARM::IRtmServiceEventHandler
src/SipToRtm.cpp:88
Method
onLoginSuccess
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
Method
onLogout
src/RtmToSip.cpp:134
Method
onLogout
src/SipRtcMgr.cpp:306
Method
onLogout
src/SipToRtm.cpp:117
Method
onLogout
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
Method
onMediaCancelResult
Reports the result of the \ref ar::rtm::IRtmService::cancelMediaDownload "cancelMediaDownload" or \ref ar::rtm::IRtmService::cancelMediaUpload "cancel
include/IArRtmService.h:1995
Method
onMediaDownloadToFileResult
Reports the result of the \ref ar::rtm::IRtmService::downloadMediaToFile "downloadMediaToFile" method call. @param requestId The unique I
include/IArRtmService.h:1965
Method
onMediaDownloadToMemoryResult
Reports the result of the \ref ar::rtm::IRtmService::downloadMediaToMemory "downloadMediaToMemory" method call. @note The SDK releases
include/IArRtmService.h:1981
Method
onMediaDownloadingProgress
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
Method
onMediaEngineLoadSuccess
Occurs when the media engine loads.*/
include/IArRtcEngine.h:3857
Method
onMediaEngineStartCallSuccess
Occurs when the media engine call starts.*/
include/IArRtcEngine.h:3860
Method
onMediaUploadingProgress
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
Method
onMemberCountUpdated
src/RtcCallToSip.cpp:155
Method
onMemberCountUpdated
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
Method
onMemberJoined
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
Method
onMemberLeft
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
Method
onMessageReceived
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
Method
onMessageReceivedFromPeer
src/RtmToSip.cpp:146
Method
onMessageReceivedFromPeer
src/SipRtcMgr.cpp:323
Method
onMessageReceivedFromPeer
src/SipToRtm.cpp:129
Method
onMessageReceivedFromPeer
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
Method
onMicrophoneEnabled
DEPRECATED** Occurs when the microphone is enabled/disabled. * * The \ref onMicrophoneEnabled() "onMicrophoneEnabled" callback is * dep
include/IArRtcEngine.h:4121
Method
onNetworkQuality
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
Method
onNetworkTypeChanged
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
Method
onPeersOnlineStatusChanged
src/SipRtcMgr.cpp:314
Method
onPeersOnlineStatusChanged
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
Method
onPlaybackAudioFrameBeforeMixingEx
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
Method
onPreEncodeVideoFrame
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
Method
onQueryPeersBySubscriptionOptionResult
Returns the result of the \ref ar::rtm::IRtmService::queryPeersBySubscriptionOption "queryPeersBySubscriptionOption" method call. @param reque
include/IArRtmService.h:2037
Method
onQueryPeersOnlineStatusResult
Reports the result of the \ref ar::rtm::IRtmService::queryPeersOnlineStatus "queryPeersOnlineStatus" method call. @param requestId The unique
include/IArRtmService.h:2009
Method
onRejoinChannelSuccess
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
Method
onRemoteAudioMixingBegin
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
Method
onRemoteAudioMixingEnd
Occurs when a remote user finishes audio mixing. */
include/IArRtcEngine.h:3698
Method
onRemoteAudioStateChanged
Occurs when the remote audio state changes. * * This callback indicates the state change of the remote audio stream. * * @param ui
include/IArRtcEngine.h:3247
Method
onRemoteAudioStats
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
Method
onRemoteAudioTransportStats
Reports the transport-layer statistics of each remote audio stream. * * @deprecated * This callback is deprecated and replaced by the
include/IArRtcEngine.h:4069
Method
onRemoteInvitationAccepted
src/RtmToSip.cpp:169
Method
onRemoteInvitationAccepted
Callback to the callee: occurs when the callee accepts a call invitation. @param remoteInvitation An IRemoteCallInvitation object.
include/IArRtmCallManager.h:388
Method
onRemoteInvitationCanceled
src/RtmToSip.cpp:229
Method
onRemoteInvitationCanceled
Callback to the callee: occurs when the caller cancels the call invitation. @param remoteInvitation An IRemoteCallInvitation object. */
include/IArRtmCallManager.h:419
Method
onRemoteInvitationFailure
src/RtmToSip.cpp:225
Method
onRemoteInvitationFailure
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
Method
onRemoteInvitationReceived
src/RtmToSip.cpp:173
Method
onRemoteInvitationReceived
For ARM::IRtmCallEventHandler �Է��������
src/SipRtcMgr.cpp:338
Method
onRemoteInvitationReceived
Callback to the callee: occurs when the callee receives a call invitation. @param remoteInvitation An IRemoteCallInvitation object. */
include/IArRtmCallManager.h:398
Method
onRemoteInvitationRefused
For ARM::IRtmCallEventHandler
src/RtmToSip.cpp:165
Method
onRemoteInvitationRefused
Callback for the callee: occurs when the callee refuses a call invitation. @param remoteInvitation An IRemoteCallInvitation object.
include/IArRtmCallManager.h:378
Method
onRemoteSubscribeFallbackToAudioOnly
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
Method
onRemoteVideoStateChanged
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
Method
onRemoteVideoStats
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
Method
onRemoteVideoTransportStats
Reports the transport-layer statistics of each remote video stream. * * @deprecated * This callback is deprecated and replaced by the
include/IArRtcEngine.h:4096
Method
onRenderVideoFrameEx
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
Method
onRenewTokenResult
Reports the result of the \ref ar::rtm::IRtmService::renewToken "renewToken" method call. @param token Your new token. @param er
include/IArRtmService.h:1810
Method
onRequestToken
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
← previous
next →
401–500 of 642, ranked by callers