MCPcopy Create free account

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

Functions642 in github.com/anyRTC-UseCase/SipRtcProxy

MethodWatermarkOptions
include/IArRtcEngine.h:2486
MethodWriteBool
include/rapidjson/writer.h:111
MethodWriteDouble
\todo Optimization with custom double-to-string converter.
include/rapidjson/writer.h:165
MethodWriteEndArray
include/rapidjson/writer.h:214
MethodWriteEndObject
include/rapidjson/writer.h:212
MethodWriteIndent
include/rapidjson/prettywriter.h:150
MethodWriteInt
include/rapidjson/writer.h:120
MethodWriteInt64
include/rapidjson/writer.h:142
MethodWriteNull
include/rapidjson/writer.h:107
MethodWriteStartArray
include/rapidjson/writer.h:213
MethodWriteStartObject
include/rapidjson/writer.h:211
MethodWriteString
include/rapidjson/writer.h:177
MethodWriteUint
include/rapidjson/writer.h:128
MethodWriteUint64
include/rapidjson/writer.h:150
MethodWriter
include/rapidjson/writer.h:36
MethodXAutoLock
///////////////////////////////////////////////////////////////// Construction/Destruction ///////////////////////////////////////////////////////////
src/XAutoLock.cpp:17
MethodXCritSec
src/XCritSec.cpp:19
FunctionXGenerateSSRC
src/XUtil.cpp:99
FunctionXGetLastSequence
src/XUtil.cpp:87
FunctionXSplitChar
src/XUtil.cpp:132
MethodXThreadBase
src/XThreadBase.cpp:18
MethodadjustAudioMixingPlayoutVolume
include/IArRtcEngine.h:7646
MethodadjustAudioMixingPublishVolume
include/IArRtcEngine.h:7660
MethodadjustAudioMixingVolume
include/IArRtcEngine.h:7637
MethodadjustEffectPlayoutVolume
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
MethodadjustEffectPublishVolume
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
MethodadjustPlaybackSignalVolume
include/IArRtcEngine.h:8027
MethodadjustRecordingSignalVolume
include/IArRtcEngine.h:8018
MethodenableAudioVolumeIndication
include/IArRtcEngine.h:8036
MethodenableDualStreamMode
include/IArRtcEngine.h:8119
MethodenableLocalVideo
include/IArRtcEngine.h:7551
MethodenableLoopbackRecording
include/IArRtcEngine.h:8190
MethodenableSoundPositionIndication
include/IArRtcEngine.h:7918
MethodenableWebSdkInteroperability
include/IArRtcEngine.h:8148
Methodget
include/ArBase.h:61
MethodgetAudioMixingCurrentPosition
include/IArRtcEngine.h:7683
MethodgetAudioMixingDuration
include/IArRtcEngine.h:7674
MethodgetAudioMixingPlayoutVolume
include/IArRtcEngine.h:7651
MethodgetAudioMixingPublishVolume
include/IArRtcEngine.h:7665
MethodgetEffectCurrentPosition
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
MethodgetEffectDuration
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
MethodgetEffectPlayoutVolume
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
MethodgetEffectPublishVolume
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
MethodgetEffectsVolume
include/IArRtcEngine.h:7706
MethodgetEncryptionString
@cond
include/IArRtcEngine.h:4763
MethodgetMirrorApplied
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
MethodgetObservedFramePosition
* 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
MethodgetRotationApplied
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
MethodgetSmoothRenderingEnabled
Sets whether to output the acquired video frame smoothly. If you want the video frames acquired from \ref IVideoFrameObserver::onRenderVideoFrame
include/IArMediaEngine.h:332
MethodgetVideoFormatPreference
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
MethodisMultipleChannelFrameWanted
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
MethodisMultipleChannelFrameWanted
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
Functionmain
src/main.cpp:21
MethodmuteAllRemoteAudioStreams
include/IArRtcEngine.h:8054
MethodmuteAllRemoteVideoStreams
include/IArRtcEngine.h:7562
MethodmuteLocalAudioStream
include/IArRtcEngine.h:8043
MethodmuteLocalVideoStream
include/IArRtcEngine.h:7557
MethodmuteRemoteAudioStream
include/IArRtcEngine.h:8049
MethodmuteRemoteVideoStream
include/IArRtcEngine.h:7573
MethodonActiveSpeaker
Occurs when the most active speaker is detected. After a successful call of \ref IRtcEngine::enableAudioVolumeIndication(int, int, bool) "enable
include/IArRtcEngine.h:3383
MethodonAddOrUpdateChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::addOrUpdateChannelAttributes "addOrUpdateChannelAttributes" method call. @param requestId
include/IArRtmService.h:2143
MethodonAddOrUpdateLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::addOrUpdateLocalUserAttributes "addOrUpdateLocalUserAttributes" method call. @param reque
include/IArRtmService.h:2078
MethodonApiCallExecuted
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
MethodonAttributesUpdated
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
MethodonAudioDeviceStateChanged
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
MethodonAudioDeviceVolumeChanged
Occurs when the volume of the playback device, microphone, or application changes. @param deviceType Device type: #MEDIA_DEVICE_TYPE. @para
include/IArRtcEngine.h:3582
MethodonAudioEffectFinished
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
MethodonAudioMixingFinished
Occurs when the audio mixing file playback finishes. **DEPRECATED** use onAudioMixingStateChanged instead. You can start an audio mixing
include/IArRtcEngine.h:3675
MethodonAudioMixingStateChanged
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
MethodonAudioPublishStateChanged
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
MethodonAudioQuality
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
MethodonAudioRouteChanged
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
MethodonAudioSubscribeStateChanged
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
MethodonAudioVolumeIndication
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
MethodonCameraExposureAreaChanged
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
MethodonCameraFocusAreaChanged
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
MethodonCameraReady
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
MethodonChannelMediaRelayEvent
Reports events during the media stream relay. * * @param code The event code in #CHANNEL_MEDIA_RELAY_EVENT. */
include/IArRtcEngine.h:3878
MethodonChannelMediaRelayStateChanged
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
MethodonClearChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::clearChannelAttributes "clearChannelAttributes" method call. @param requestId The unique
include/IArRtmService.h:2167
MethodonClearLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::clearLocalUserAttributes "clearLocalUserAttributes" method call. @param requestId The uni
include/IArRtmService.h:2102
MethodonClientRoleChanged
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
MethodonConnectionBanned
DEPRECATED** Deprecated as of v2.3.2. Replaced by the \ref ar::rtc::IRtcEngineEventHandler::onConnectionStateChanged "onConnectionStateChanged(CONNECT
include/IArRtcEngine.h:3087
MethodonConnectionInterrupted
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
MethodonConnectionLost
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
MethodonConnectionStateChanged
src/RtmToSip.cpp:139
MethodonConnectionStateChanged
src/SipRtcMgr.cpp:310
MethodonConnectionStateChanged
src/SipToRtm.cpp:122
MethodonConnectionStateChanged
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
MethodonConnectionStateChanged
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
MethodonDeleteChannelAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::deleteChannelAttributesByKeys "deleteChannelAttributesByKeys" method call. @param request
include/IArRtmService.h:2155
MethodonDeleteLocalUserAttributesResult
Reports the result of the \ref ar::rtm::IRtmService::deleteLocalUserAttributesByKeys "deleteLocalUserAttributesByKeys" method call. @param req
include/IArRtmService.h:2090
MethodonEncodeVideoData
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
MethodonError
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
MethodonFacePositionChanged
* 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
MethodonFileMediaUploadResult
Reports the result of the \ref ar::rtm::IRtmService::createFileMessageByUploading "createFileMessageByUploading" method call. @param requ
include/IArRtmService.h:1938
MethodonFileMessageReceived
Occurs when receiving a channel file message. @param userId The message sender. @param message The received channel file
include/IArRtmService.h:1589
MethodonFileMessageReceivedFromPeer
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
MethodonFirstLocalAudioFrame
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
MethodonFirstLocalAudioFramePublished
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
← previousnext →301–400 of 642, ranked by callers