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
WatermarkOptions
include/IArRtcEngine.h:2486
Method
WriteBool
include/rapidjson/writer.h:111
Method
WriteDouble
\todo Optimization with custom double-to-string converter.
include/rapidjson/writer.h:165
Method
WriteEndArray
include/rapidjson/writer.h:214
Method
WriteEndObject
include/rapidjson/writer.h:212
Method
WriteIndent
include/rapidjson/prettywriter.h:150
Method
WriteInt
include/rapidjson/writer.h:120
Method
WriteInt64
include/rapidjson/writer.h:142
Method
WriteNull
include/rapidjson/writer.h:107
Method
WriteStartArray
include/rapidjson/writer.h:213
Method
WriteStartObject
include/rapidjson/writer.h:211
Method
WriteString
include/rapidjson/writer.h:177
Method
WriteUint
include/rapidjson/writer.h:128
Method
WriteUint64
include/rapidjson/writer.h:150
Method
Writer
include/rapidjson/writer.h:36
Method
XAutoLock
///////////////////////////////////////////////////////////////// Construction/Destruction ///////////////////////////////////////////////////////////
src/XAutoLock.cpp:17
Method
XCritSec
src/XCritSec.cpp:19
Function
XGenerateSSRC
src/XUtil.cpp:99
Function
XGetLastSequence
src/XUtil.cpp:87
Function
XSplitChar
src/XUtil.cpp:132
Method
XThreadBase
src/XThreadBase.cpp:18
Method
adjustAudioMixingPlayoutVolume
include/IArRtcEngine.h:7646
Method
adjustAudioMixingPublishVolume
include/IArRtcEngine.h:7660
Method
adjustAudioMixingVolume
include/IArRtcEngine.h:7637
Method
adjustEffectPlayoutVolume
Adjusts the volume of specified audio effect for local playback.. Call this method when you are in a channel. @param soundId ID of the audio eff
include/IArRtcEngine.h:7837
Method
adjustEffectPublishVolume
Adjusts the volume of specified audio effect for publishing (sending to other users). Call this method when you are in a channel. @param soundId
include/IArRtcEngine.h:7854
Method
adjustPlaybackSignalVolume
include/IArRtcEngine.h:8027
Method
adjustRecordingSignalVolume
include/IArRtcEngine.h:8018
Method
enableAudioVolumeIndication
include/IArRtcEngine.h:8036
Method
enableDualStreamMode
include/IArRtcEngine.h:8119
Method
enableLocalVideo
include/IArRtcEngine.h:7551
Method
enableLoopbackRecording
include/IArRtcEngine.h:8190
Method
enableSoundPositionIndication
include/IArRtcEngine.h:7918
Method
enableWebSdkInteroperability
include/IArRtcEngine.h:8148
Method
get
include/ArBase.h:61
Method
getAudioMixingCurrentPosition
include/IArRtcEngine.h:7683
Method
getAudioMixingDuration
include/IArRtcEngine.h:7674
Method
getAudioMixingPlayoutVolume
include/IArRtcEngine.h:7651
Method
getAudioMixingPublishVolume
include/IArRtcEngine.h:7665
Method
getEffectCurrentPosition
Retrieves the playback position (ms) of specified audio effect. Call this method when you are in a channel. @param soundId ID of the audio effect.
include/IArRtcEngine.h:7802
Method
getEffectDuration
Retrieves the duration (ms) of specified audio effect. Call this method when you are in a channel. @param soundId ID of the audio effect. Each a
include/IArRtcEngine.h:7908
Method
getEffectPlayoutVolume
Retrieves the volume of specified audio effect for local playback. Call this method when you are in a channel. @param soundId ID of the audio ef
include/IArRtcEngine.h:7870
Method
getEffectPublishVolume
Retrieves the volume of specified audio effect for publishing (sending to other users). Call this method when you are in a channel. @param sound
include/IArRtcEngine.h:7889
Method
getEffectsVolume
include/IArRtcEngine.h:7706
Method
getEncryptionString
@cond
include/IArRtcEngine.h:4763
Method
getMirrorApplied
Occurs each time the SDK receives a video frame and prompts you whether or not to mirror the captured video. * * The SDK does not mirror the ca
include/IArMediaEngine.h:319
Method
getObservedFramePosition
* Sets the frame position for the video observer. * @since v3.0.1 * * After you successfully register the video observer, the SDK triggers th
include/IArMediaEngine.h:351
Method
getRotationApplied
Occurs each time the SDK receives a video frame and prompts you whether or not to rotate the captured video according to the rotation member in the Vi
include/IArMediaEngine.h:304
Method
getSmoothRenderingEnabled
Sets whether to output the acquired video frame smoothly. If you want the video frames acquired from \ref IVideoFrameObserver::onRenderVideoFrame
include/IArMediaEngine.h:332
Method
getVideoFormatPreference
Occurs each time the SDK receives a video frame and prompts you to set the video format. * * YUV420 is the default video format. If you want to
include/IArMediaEngine.h:290
Method
isMultipleChannelFrameWanted
Determines whether to receive audio data from multiple channels. @since v3.0.1 After you register the audio frame observer, the SDK triggers t
include/IArMediaEngine.h:127
Method
isMultipleChannelFrameWanted
Determines whether to receive video data from multiple channels. After you register the video frame observer, the SDK triggers this callback ev
include/IArMediaEngine.h:371
Function
main
src/main.cpp:21
Method
muteAllRemoteAudioStreams
include/IArRtcEngine.h:8054
Method
muteAllRemoteVideoStreams
include/IArRtcEngine.h:7562
Method
muteLocalAudioStream
include/IArRtcEngine.h:8043
Method
muteLocalVideoStream
include/IArRtcEngine.h:7557
Method
muteRemoteAudioStream
include/IArRtcEngine.h:8049
Method
muteRemoteVideoStream
include/IArRtcEngine.h:7573
Method
onActiveSpeaker
Occurs when the most active speaker is detected. After a successful call of \ref IRtcEngine::enableAudioVolumeIndication(int, int, bool) "enable
include/IArRtcEngine.h:3383
Method
onAddOrUpdateChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::addOrUpdateChannelAttributes "addOrUpdateChannelAttributes" method call. @param requestId
include/IArRtmService.h:2143
Method
onAddOrUpdateLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::addOrUpdateLocalUserAttributes "addOrUpdateLocalUserAttributes" method call. @param reque
include/IArRtmService.h:2078
Method
onApiCallExecuted
Occurs when a method is executed by the SDK. @param err The error code (#ERROR_CODE_TYPE) returned by the SDK when a method call fails. If the S
include/IArRtcEngine.h:3095
Method
onAttributesUpdated
Occurs when channel attributes are updated, and returns all attributes of the channel. @note This callback is enabled only when the us
include/IArRtmService.h:1657
Method
onAudioDeviceStateChanged
Occurs when the audio device state changes. This callback notifies the application that the system's audio device state is changed. For example,
include/IArRtcEngine.h:3568
Method
onAudioDeviceVolumeChanged
Occurs when the volume of the playback device, microphone, or application changes. @param deviceType Device type: #MEDIA_DEVICE_TYPE. @para
include/IArRtcEngine.h:3582
Method
onAudioEffectFinished
Occurs when the local audio effect playback finishes. The SDK triggers this callback when the local audio effect file playback finishes. @
include/IArRtcEngine.h:3707
Method
onAudioMixingFinished
Occurs when the audio mixing file playback finishes. **DEPRECATED** use onAudioMixingStateChanged instead. You can start an audio mixing
include/IArRtcEngine.h:3675
Method
onAudioMixingStateChanged
Occurs when the state of the local user's audio mixing file changes. When you call the \ref IRtcEngine::startAudioMixing "startAudioMixing" meth
include/IArRtcEngine.h:3688
Method
onAudioPublishStateChanged
Occurs when the audio publishing state changes. * * @since v3.1.0 * * This callback indicates the publishing state change of the l
include/IArRtcEngine.h:3265
Method
onAudioQuality
DEPRECATED** Reports the statistics of the audio stream from each remote user/host. Deprecated as of v2.3.2. Use the \ref ar::rtc::IRtcEngineEven
include/IArRtcEngine.h:3131
Method
onAudioRouteChanged
Occurs when the local audio route changes. The SDK triggers this callback when the local audio route switches to an earpiece, speakerphone, head
include/IArRtcEngine.h:4006
Method
onAudioSubscribeStateChanged
Occurs when the audio subscribing state changes. * * @since v3.1.0 * * This callback indicates the subscribing state change of a r
include/IArRtcEngine.h:3302
Method
onAudioVolumeIndication
Reports which users are speaking, the speakers' volume and whether the local user is speaking. This callback reports the IDs and volumes of the
include/IArRtcEngine.h:3365
Method
onCameraExposureAreaChanged
Occurs when the camera exposure area changes. The SDK triggers this callback when the local user changes the camera exposure position by calling
include/IArRtcEngine.h:3659
Method
onCameraFocusAreaChanged
Occurs when the camera focus area changes. The SDK triggers this callback when the local user changes the camera focus position by calling the s
include/IArRtcEngine.h:3607
Method
onCameraReady
DEPRECATED** Occurs when the camera turns on and is ready to capture the video. If the camera fails to turn on, fix the error reported in the \r
include/IArRtcEngine.h:3594
Method
onChannelMediaRelayEvent
Reports events during the media stream relay. * * @param code The event code in #CHANNEL_MEDIA_RELAY_EVENT. */
include/IArRtcEngine.h:3878
Method
onChannelMediaRelayStateChanged
Occurs when the state of the media stream relay changes. * * The SDK returns the state of the current media relay with any error * mess
include/IArRtcEngine.h:3871
Method
onClearChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::clearChannelAttributes "clearChannelAttributes" method call. @param requestId The unique
include/IArRtmService.h:2167
Method
onClearLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::clearLocalUserAttributes "clearLocalUserAttributes" method call. @param requestId The uni
include/IArRtmService.h:2102
Method
onClientRoleChanged
Occurs when the user role switches in a live broadcast. For example, from a host to an audience or vice versa. This callback notifies the applica
include/IArRtcEngine.h:2990
Method
onConnectionBanned
DEPRECATED** Deprecated as of v2.3.2. Replaced by the \ref ar::rtc::IRtcEngineEventHandler::onConnectionStateChanged "onConnectionStateChanged(CONNECT
include/IArRtcEngine.h:3087
Method
onConnectionInterrupted
DEPRECATED** Occurs when the connection between the SDK and the server is interrupted. Deprecated as of v2.3.2. Replaced by the \ref ar::rtc::IR
include/IArRtcEngine.h:3067
Method
onConnectionLost
Occurs when the SDK cannot reconnect to AR's edge server 10 seconds after its connection to the server is interrupted. The SDK triggers this call
include/IArRtcEngine.h:3081
Method
onConnectionStateChanged
src/RtmToSip.cpp:139
Method
onConnectionStateChanged
src/SipRtcMgr.cpp:310
Method
onConnectionStateChanged
src/SipToRtm.cpp:122
Method
onConnectionStateChanged
Occurs when the connection state between the SDK and the server changes. @param state See #CONNECTION_STATE_TYPE. @param reason See #CONNEC
include/IArRtcEngine.h:4129
Method
onConnectionStateChanged
Occurs when the connection state changes between the SDK and the AR RTM system. @param state The new connection state. See #CONNECTION_STATE.
include/IArRtmService.h:1846
Method
onDeleteChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::deleteChannelAttributesByKeys "deleteChannelAttributesByKeys" method call. @param request
include/IArRtmService.h:2155
Method
onDeleteLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::deleteLocalUserAttributesByKeys "deleteLocalUserAttributesByKeys" method call. @param req
include/IArRtmService.h:2090
Method
onEncodeVideoData
Occurs each time the SDK receives a video encoded data after encoding. * * After you successfully register the video frame observer, the SDK trig
include/IArMediaEngine.h:261
Method
onError
Reports an error during SDK runtime. In most cases, the SDK cannot fix the issue and resume running. The SDK requires the application to take ac
include/IArRtcEngine.h:2933
Method
onFacePositionChanged
* Reports the face detection result of the local user. Applies to Android and iOS only. * @since v3.0.1 * * Once you enable face detect
include/IArRtcEngine.h:3640
Method
onFileMediaUploadResult
Reports the result of the \ref ar::rtm::IRtmService::createFileMessageByUploading "createFileMessageByUploading" method call. @param requ
include/IArRtmService.h:1938
Method
onFileMessageReceived
Occurs when receiving a channel file message. @param userId The message sender. @param message The received channel file
include/IArRtmService.h:1589
Method
onFileMessageReceivedFromPeer
Occurs when receiving a peer-to-peer file message. @param peerId The ID of the message sender. @param message The received peer-to
include/IArRtmService.h:1893
Method
onFirstLocalAudioFrame
Occurs when the engine sends the first local audio frame. @deprecated Deprecated as of v3.1.0. Use the \ref IRtcEngineEventHandler::onFirstLocal
include/IArRtcEngine.h:3887
Method
onFirstLocalAudioFramePublished
Occurs when the first audio frame is published. * * @since v3.1.0 * * The SDK triggers this callback under one of the following ci
include/IArRtcEngine.h:3902
← previous
next →
301–400 of 642, ranked by callers