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
onRtcStats
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
Method
onRtmpStreamingEvent
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
Method
onRtmpStreamingStateChanged
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
Method
onSendMessageResult
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
Method
onSendMessageResult
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
Method
onSetChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::setChannelAttributes "setChannelAttributes" method call. @param requestId The unique ID o
include/IArRtmService.h:2131
Method
onSetLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::setLocalUserAttributes "setLocalUserAttributes" method call. @param requestId The unique
include/IArRtmService.h:2066
Method
onStreamInjectedStatus
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
Method
onStreamMessage
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
Method
onStreamMessageError
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
Method
onStreamPublished
@deprecated This method is deprecated, use the \ref ar::rtc::IRtcEngineEventHandler::onRtmpStreamingStateChanged "onRtmpStreamingStateChanged" callbac
include/IArRtcEngine.h:3964
Method
onStreamUnpublished
Reports the result of calling the \ref ar::rtc::IRtcEngine::removePublishStreamUrl "removePublishStreamUrl" method. (CDN live only.) This callba
include/IArRtcEngine.h:3974
Method
onSubscriptionRequestResult
Returns the result of the \ref ar::rtm::IRtmService::subscribePeersOnlineStatus "subscribePeersOnlineStatus" or \ref ar::rtm::IRtmService::unsubscribe
include/IArRtmService.h:2023
Method
onTokenExpired
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
Method
onTokenPrivilegeWillExpire
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
Method
onTokenWillExpire
include/IArRtmService.h:1816
Method
onTranscodingUpdated
Occurs when the publisher's transcoding is updated. * * When the `LiveTranscoding` class in the \ref ar::rtc::IRtcEngine::setLiveTranscoding "setL
include/IArRtcEngine.h:3984
Method
onUserEnableLocalVideo
Occurs when a specified remote user enables/disables the local video * capturing function. * * @deprecated * This callback is depr
include/IArRtcEngine.h:3818
Method
onUserEnableVideo
Occurs when a specific remote user enables/disables the video * module. * * @deprecated * This callback is deprecated and replaced
include/IArRtcEngine.h:3555
Method
onUserInfoUpdated
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
Method
onUserJoined
Occurs when a remote user (Communication)/ host (Live Broadcast) joins the channel. - Communication profile: This callback notifies the applicat
include/IArRtcEngine.h:3012
Method
onUserMuteAudio
@deprecated This method is deprecated from v3.0.0, use the \ref ar::rtc::IRtcEngineEventHandler::onRemoteAudioStateChanged "onRemoteAudioStateChanged"
include/IArRtcEngine.h:3491
Method
onUserMuteVideo
Occurs when a remote user's video stream playback pauses/resumes. * * You can also use the * \ref onRemoteVideoStateChanged() "onRemote
include/IArRtcEngine.h:3519
Method
onUserOffline
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
Method
onVideoDeviceStateChanged
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
Method
onVideoPublishStateChanged
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
Method
onVideoSizeChanged
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
Method
onVideoStopped
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
Method
onVideoSubscribeStateChanged
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
Method
onWarning
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
Method
on_audio_data
src/RtcCall.cpp:113
Method
on_user_joined
For
src/RtcCall.cpp:93
Method
on_user_offline
src/RtcCall.cpp:101
Method
operator->
include/ArBase.h:57
Method
pauseAllEffects
include/IArRtcEngine.h:7776
Method
pauseAudio
DEPRECATED** Use \ref IRtcEngine::disableAudio "disableAudio" instead. Disables the audio function in the channel. @return - 0: Success.
include/IArRtcEngine.h:8003
Method
pauseAudioMixing
include/IArRtcEngine.h:7627
Method
pauseEffect
include/IArRtcEngine.h:7770
Method
playEffect
include/IArRtcEngine.h:7729
Method
preloadEffect
include/IArRtcEngine.h:7756
Method
reset
include/ArBase.h:71
Method
resumeAllEffects
include/IArRtcEngine.h:7788
Method
resumeAudio
include/IArRtcEngine.h:8008
Method
resumeAudioMixing
include/IArRtcEngine.h:7632
Method
resumeEffect
include/IArRtcEngine.h:7782
Method
setAudioMixingPitch
include/IArRtcEngine.h:7696
Method
setAudioMixingPosition
include/IArRtcEngine.h:7692
Method
setCameraCapturerConfiguration
include/IArRtcEngine.h:8113
Method
setDefaultMuteAllRemoteAudioStreams
include/IArRtcEngine.h:8059
Method
setDefaultMuteAllRemoteVideoStreams
include/IArRtcEngine.h:7568
Method
setEffectPosition
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
Method
setEffectsVolume
include/IArRtcEngine.h:7716
Method
setExternalAudioSink
include/IArRtcEngine.h:8072
Method
setExternalAudioSource
include/IArRtcEngine.h:8064
Method
setHighQualityAudioParameters
include/IArRtcEngine.h:8013
Method
setInEarMonitoringVolume
include/IArRtcEngine.h:8201
Method
setLocalPublishFallbackOption
include/IArRtcEngine.h:8179
Method
setLocalRenderMode
include/IArRtcEngine.h:8103
Method
setLocalVideoMirrorMode
include/IArRtcEngine.h:8159
Method
setLocalVoiceChanger
include/IArRtcEngine.h:7950
Method
setLocalVoiceEqualization
include/IArRtcEngine.h:7935
Method
setLocalVoicePitch
include/IArRtcEngine.h:7929
Method
setLocalVoiceReverb
include/IArRtcEngine.h:7942
Method
setLocalVoiceReverbPreset
include/IArRtcEngine.h:7974
Method
setLogFile
include/IArRtcEngine.h:8080
Method
setLogFileSize
include/IArRtcEngine.h:8098
Method
setLogFilter
include/IArRtcEngine.h:8093
Method
setMixedAudioFrameParameters
include/IArRtcEngine.h:8143
Method
setObject
include/IArRtcEngine.h:8217
Method
setPlaybackAudioFrameParameters
include/IArRtcEngine.h:8139
Method
setPlaybackDeviceVolume
include/IArRtcEngine.h:7578
Method
setRecordingAudioFrameParameters
include/IArRtcEngine.h:8135
Method
setRemoteDefaultVideoStreamType
include/IArRtcEngine.h:8130
Method
setRemoteRenderMode
include/IArRtcEngine.h:8108
Method
setRemoteSubscribeFallbackOption
include/IArRtcEngine.h:8184
Method
setRemoteVideoStreamType
include/IArRtcEngine.h:8124
Method
setRemoteVoicePosition
include/IArRtcEngine.h:7924
Method
setVideoQualityParameters
include/IArRtcEngine.h:8154
Method
setVolumeOfEffect
include/IArRtcEngine.h:7721
Method
skip_blank
src/config.cpp:178
Method
skip_to_blank
src/config.cpp:188
Method
startAudioMixing
include/IArRtcEngine.h:7605
Method
startAudioRecording
include/IArRtcEngine.h:7583
Method
stopAllEffects
include/IArRtcEngine.h:7750
Method
stopAllRemoteVideo
include/IArRtcEngine.h:8225
Method
stopAudioMixing
include/IArRtcEngine.h:7622
Method
stopAudioRecording
include/IArRtcEngine.h:7600
Method
stopEffect
include/IArRtcEngine.h:7744
Method
unloadEffect
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
← previous
next →
501–600 of 642, ranked by callers