Deprecated Interface
Copyright (c) 2022 Tencent. All rights reserved.
Deprecate
TRTCCloud
FuncList | DESC |
Terminate TRTCCloud instance (singleton mode) | |
Set TRTC event callback | |
Set the strength of beauty, brightening, and rosy skin filters. | |
Set the strength of eye enlarging filter | |
Set the strength of face slimming filter | |
Set the strength of chin slimming filter | |
Set the strength of chin lengthening/shortening filter | |
Set the strength of face shortening filter | |
Set the strength of nose slimming filter | |
Set animated sticker | |
Mute animated sticker | |
Set color filter | |
Set the strength of color filter | |
Set green screen video | |
Set reverb effect | |
Set voice changing type | |
Enable or disable in-ear monitoring | |
Enable volume reminder | |
Enable volume reminder | |
Switch camera | |
Query whether the current camera supports zoom | |
Set camera zoom ratio (focal length) | |
Query whether the device supports flash | |
Enable/Disable flash | |
Query whether the camera supports setting focus | |
Set the focal position of camera | |
Query whether the device supports the automatic recognition of face position | |
Enable/Disable face auto focus | |
Setting the system volume type (for mobile OS) | |
Screencapture video | |
Start system-level screen sharing (for iOS 11.0 and above only) | |
Set sound quality | |
Start displaying remote video image | |
Stop displaying remote video image and pulling the video data stream of remote user | |
Set the rendering mode of local image | |
Set the clockwise rotation angle of local image | |
Set the mirror mode of local camera's preview image | |
Set the fill mode of substream image | |
Set the clockwise rotation angle of remote image | |
Start displaying the substream image of remote user | |
Stop displaying the substream image of remote user | |
Set the fill mode of substream image | |
Set the clockwise rotation angle of substream image | |
Set sound quality | |
Specify whether to view the big or small image | |
Set mic volume | |
Start background music | |
Stop background music | |
Stop background music | |
Stop background music | |
Get the total length of background music in ms | |
Set background music playback progress | |
Set background music volume | |
Set the local playback volume of background music | |
Set the remote playback volume of background music | |
Play sound effect | |
Set sound effect volume | |
Stop sound effect | |
Stop all sound effects | |
Set the volume of all sound effects | |
Pause sound effect | |
Pause sound effect | |
Enable custom video capturing mode | |
Deliver captured video data to SDK | |
Pause/Resume publishing local video stream | |
Pause/Resume subscribing to remote user's video stream | |
Start network speed test (used before room entry) | |
Start screen sharing | |
Get the list of cameras | |
Set the camera to be used currently | |
Get the currently used camera | |
Get the list of mics | |
Get the current mic device | |
Select the currently used mic | |
Get the current mic volume | |
Set the current mic volume | |
Set the mute status of the current system mic | |
Get the mute status of the current system mic | |
Get the list of speakers | |
Get the currently used speaker | |
Set the speaker to use | |
Get the current speaker volume | |
Set the current speaker volume | |
Get the mute status of the current system speaker | |
Set whether to mute the current system speaker | |
Start camera test | |
Start camera test | |
Start mic test | |
Start mic test | |
Start speaker test | |
Stop speaker test | |
start in-app screen sharing (for iOS 13.0 and above only) | |
Set the direction of image output by video encoder | |
Set the mirror mode of image output by encoder | |
Set the adaptation mode of G-sensor | |
Start publishing audio/video streams to Tencent Cloud CSS CDN | |
Stop publishing audio/video streams to Tencent Cloud CSS CDN | |
Start publishing audio/video streams to non-Tencent Cloud CDN | |
Stop publishing audio/video streams to non-Tencent Cloud CDN | |
Set the layout and transcoding parameters of On-Cloud MixTranscoding |
destroySharedIntance
destroySharedIntance
Terminate TRTCCloud instance (singleton mode)
delegate
delegate
Set TRTC event callback
setBeautyStyle:beautyLevel:whitenessLevel:ruddinessLevel:
setBeautyStyle:beautyLevel:whitenessLevel:ruddinessLevel:
- (void)setBeautyStyle: | |
beautyLevel: | (NSInteger)beautyLevel |
whitenessLevel: | (NSInteger)whitenessLevel |
ruddinessLevel: | (NSInteger)ruddinessLevel |
Set the strength of beauty, brightening, and rosy skin filters.
setEyeScaleLevel:
setEyeScaleLevel:
- (void)setEyeScaleLevel: | (float)eyeScaleLevel |
Set the strength of eye enlarging filter
setFaceScaleLevel:
setFaceScaleLevel:
- (void)setFaceScaleLevel: | (float)faceScaleLevel |
Set the strength of face slimming filter
setFaceVLevel:
setFaceVLevel:
- (void)setFaceVLevel: | (float)faceVLevel |
Set the strength of chin slimming filter
setChinLevel:
setChinLevel:
- (void)setChinLevel: | (float)chinLevel |
Set the strength of chin lengthening/shortening filter
setFaceShortLevel:
setFaceShortLevel:
- (void)setFaceShortLevel: | (float)faceShortlevel |
Set the strength of face shortening filter
setNoseSlimLevel:
setNoseSlimLevel:
- (void)setNoseSlimLevel: | (float)noseSlimLevel |
Set the strength of nose slimming filter
selectMotionTmpl:
selectMotionTmpl:
- (void)selectMotionTmpl: | (NSString *)tmplPath |
Set animated sticker
setMotionMute:
setMotionMute:
- (void)setMotionMute: | (BOOL)motionMute |
Mute animated sticker
setFilter:
setFilter:
- (void)setFilter: | (TXImage *)image |
Set color filter
setFilterConcentration:
setFilterConcentration:
- (void)setFilterConcentration: | (float)concentration |
Set the strength of color filter
setGreenScreenFile:
setGreenScreenFile:
- (void)setGreenScreenFile: | (NSURL *)file |
Set green screen video
setReverbType:
setReverbType:
- (void)setReverbType: |
Set reverb effect
@deprecated This API is not recommended after v7.3. Please use setVoiceReverbType API in TXAudioEffectManager instead.
setVoiceChangerType:
setVoiceChangerType:
- (void)setVoiceChangerType: |
Set voice changing type
@deprecated This API is not recommended after v7.3. Please use setVoiceChangerType API in TXAudioEffectManager instead.
enableAudioEarMonitoring:
enableAudioEarMonitoring:
- (void)enableAudioEarMonitoring: | (BOOL)enable |
Enable or disable in-ear monitoring
@deprecated This API is not recommended after v7.3. Please use setVoiceEarMonitor API in TXAudioEffectManager instead.
enableAudioVolumeEvaluation:
enableAudioVolumeEvaluation:
- (void)enableAudioVolumeEvaluation: | (NSUInteger)interval |
Enable volume reminder
@deprecated This API is not recommended after v10.1. Please use enableAudioVolumeEvaluation(enable, params) instead.
enableAudioVolumeEvaluation:enable_vad:
enableAudioVolumeEvaluation:enable_vad:
- (void)enableAudioVolumeEvaluation: | (NSUInteger)interval |
enable_vad: | (BOOL)enable_vad |
Enable volume reminder
@deprecated This API is not recommended after v11.2. Please use enableAudioVolumeEvaluation(enable, params) instead.
switchCamera
switchCamera
Switch camera
@deprecated This API is not recommended after v8.0. Please use the switchCamera API in TXDeviceManager instead.
isCameraZoomSupported
isCameraZoomSupported
Query whether the current camera supports zoom
@deprecated This API is not recommended after v8.0. Please use the isCameraZoomSupported API in TXDeviceManager instead.
setZoom:
setZoom:
- (void)setZoom: | (CGFloat)distance |
Set camera zoom ratio (focal length)
@deprecated This API is not recommended after v8.0. Please use the setCameraZoomRatio API in TXDeviceManager instead.
isCameraTorchSupported
isCameraTorchSupported
Query whether the device supports flash
@deprecated This API is not recommended after v8.0. Please use the isCameraTorchSupported API in TXDeviceManager instead.
enbaleTorch:
enbaleTorch:
- (BOOL)enbaleTorch: | (BOOL)enable |
Enable/Disable flash
@deprecated This API is not recommended after v8.0. Please use the enableCameraTorch API in TXDeviceManager instead.
isCameraFocusPositionInPreviewSupported
isCameraFocusPositionInPreviewSupported
Query whether the camera supports setting focus
@deprecated This API is not recommended after v8.0.
setFocusPosition:
setFocusPosition:
- (void)setFocusPosition: | (CGPoint)touchPoint |
Set the focal position of camera
@deprecated This API is not recommended after v8.0. Please use the setCameraFocusPosition API in TXDeviceManager instead.
isCameraAutoFocusFaceModeSupported
isCameraAutoFocusFaceModeSupported
Query whether the device supports the automatic recognition of face position
@deprecated This API is not recommended after v8.0. Please use the isAutoFocusEnabled API in TXDeviceManager instead.
enableAutoFaceFoucs:
enableAutoFaceFoucs:
- (void)enableAutoFaceFoucs: | (BOOL)enable |
Enable/Disable face auto focus
@deprecated This API is not recommended after v8.0. Please use the enableCameraAutoFocus API in TXDeviceManager instead.
setSystemVolumeType:
setSystemVolumeType:
- (void)setSystemVolumeType: |
Setting the system volume type (for mobile OS)
@deprecated This API is not recommended after v8.0. Please use the startLocalAudio instead, which param
quality
is used to decide audio quality.snapshotVideo:type:
snapshotVideo:type:
- (void)snapshotVideo: | (NSString *)userId |
type: |
Screencapture video
startScreenCaptureByReplaykit:appGroup:
startScreenCaptureByReplaykit:appGroup:
- (void)startScreenCaptureByReplaykit: | |
appGroup: | (NSString *)appGroup |
Start system-level screen sharing (for iOS 11.0 and above only)
@deprecated This API is not recommended after v8.6. Please use startScreenCaptureByReplaykit instead.
startLocalAudio
startLocalAudio
Set sound quality
startRemoteView:view:
startRemoteView:view:
- (void)startRemoteView: | (NSString *)userId |
view: | (TXView *)view |
Start displaying remote video image
@deprecated This API is not recommended after v8.0. Please use startRemoteView:streamType:view: instead.
stopRemoteView:
stopRemoteView:
- (void)stopRemoteView: | (NSString *)userId |
Stop displaying remote video image and pulling the video data stream of remote user
@deprecated This API is not recommended after v8.0. Please use stopRemoteView:streamType: instead.
setLocalViewFillMode:
setLocalViewFillMode:
- (void)setLocalViewFillMode: |
Set the rendering mode of local image
setLocalViewRotation:
setLocalViewRotation:
- (void)setLocalViewRotation: |
Set the clockwise rotation angle of local image
setLocalViewMirror:
setLocalViewMirror:
- (void)setLocalViewMirror: | (TRTCLocalVideoMirrorType)mirror |
Set the mirror mode of local camera's preview image
setRemoteViewFillMode:mode:
setRemoteViewFillMode:mode:
- (void)setRemoteViewFillMode: | (NSString*)userId |
mode: |
Set the fill mode of substream image
@deprecated This API is not recommended after v8.0. Please use setRemoteRenderParams:streamType:params: instead.
setRemoteViewRotation:rotation:
setRemoteViewRotation:rotation:
- (void)setRemoteViewRotation: | (NSString*)userId |
rotation: |
Set the clockwise rotation angle of remote image
@deprecated This API is not recommended after v8.0. Please use setRemoteRenderParams:streamType:params: instead.
startRemoteSubStreamView:view:
startRemoteSubStreamView:view:
- (void)startRemoteSubStreamView: | (NSString *)userId |
view: | (TXView *)view |
Start displaying the substream image of remote user
@deprecated This API is not recommended after v8.0. Please use startRemoteView:streamType:view: instead.
stopRemoteSubStreamView:
stopRemoteSubStreamView:
- (void)stopRemoteSubStreamView: | (NSString *)userId |
Stop displaying the substream image of remote user
@deprecated This API is not recommended after v8.0. Please use stopRemoteView:streamType: instead.
setRemoteSubStreamViewFillMode:mode:
setRemoteSubStreamViewFillMode:mode:
- (void)setRemoteSubStreamViewFillMode: | (NSString *)userId |
mode: |
Set the fill mode of substream image
@deprecated This API is not recommended after v8.0. Please use setRemoteRenderParams:streamType:params: instead.
setRemoteSubStreamViewRotation:rotation:
setRemoteSubStreamViewRotation:rotation:
- (void)setRemoteSubStreamViewRotation: | (NSString*)userId |
rotation: |
Set the clockwise rotation angle of substream image
@deprecated This API is not recommended after v8.0. Please use setRemoteRenderParams:streamType:params: instead.
setAudioQuality:
setAudioQuality:
- (void)setAudioQuality: |
Set sound quality
setPriorRemoteVideoStreamType:
setPriorRemoteVideoStreamType:
- (void)setPriorRemoteVideoStreamType: |
Specify whether to view the big or small image
@deprecated This API is not recommended after v8.0. Please use startRemoteView:streamType:view: instead.
setMicVolumeOnMixing:
setMicVolumeOnMixing:
- (void)setMicVolumeOnMixing: | (NSInteger)volume |
Set mic volume
playBGM:
playBGM:
- (void) playBGM: | (NSString *)path |
Start background music
stopBGM
stopBGM
Stop background music
pauseBGM
pauseBGM
Stop background music
resumeBGM
resumeBGM
Stop background music
getBGMDuration:
getBGMDuration:
- (NSInteger)getBGMDuration: | (NSString *)path |
Get the total length of background music in ms
@deprecated This API is not recommended after v7.3. Please use getMusicDurationInMS API in TXAudioEffectManager instead.
setBGMPosition:
setBGMPosition:
- (int)setBGMPosition: | (NSInteger)pos |
Set background music playback progress
@deprecated This API is not recommended after v7.3. Please use seekMusicToPosInMS API in TXAudioEffectManager instead.
setBGMVolume:
setBGMVolume:
- (void)setBGMVolume: | (NSInteger)volume |
Set background music volume
@deprecated This API is not recommended after v7.3. Please use setMusicVolume API in TXAudioEffectManager instead.
setBGMPlayoutVolume:
setBGMPlayoutVolume:
- (void)setBGMPlayoutVolume: | (NSInteger)volume |
Set the local playback volume of background music
@deprecated This API is not recommended after v7.3. Please use setMusicPlayoutVolume API in TXAudioEffectManager instead.
setBGMPublishVolume:
setBGMPublishVolume:
- (void)setBGMPublishVolume: | (NSInteger)volume |
Set the remote playback volume of background music
@deprecated This API is not recommended after v7.3. Please use setBGMPublishVolume API in TXAudioEffectManager instead.
playAudioEffect:
playAudioEffect:
- (void)playAudioEffect: |
Play sound effect
@deprecated This API is not recommended after v7.3. Please use startPlayMusic API in TXAudioEffectManager instead.
setAudioEffectVolume:volume:
setAudioEffectVolume:volume:
- (void)setAudioEffectVolume: | (int)effectId |
volume: | (int) volume |
Set sound effect volume
@deprecated This API is not recommended after v7.3. Please use setMusicPublishVolume and setMusicPlayoutVolume API in TXAudioEffectManager instead.
stopAudioEffect:
stopAudioEffect:
- (void)stopAudioEffect: | (int)effectId |
Stop sound effect
@deprecated This API is not recommended after v7.3. Please use stopPlayMusic API in TXAudioEffectManager instead.
stopAllAudioEffects
stopAllAudioEffects
Stop all sound effects
@deprecated This API is not recommended after v7.3. Please use stopPlayMusic API in TXAudioEffectManager instead.
setAllAudioEffectsVolume:
setAllAudioEffectsVolume:
- (void)setAllAudioEffectsVolume: | (int)volume |
Set the volume of all sound effects
@deprecated This API is not recommended after v7.3. Please use setMusicPublishVolume and setMusicPlayoutVolume API in TXAudioEffectManager instead.
pauseAudioEffect:
pauseAudioEffect:
- (void)pauseAudioEffect: | (int)effectId |
Pause sound effect
@deprecated This API is not recommended after v7.3. Please use pauseAudioEffect API in TXAudioEffectManager instead.
resumeAudioEffect:
resumeAudioEffect:
- (void)resumeAudioEffect: | (int)effectId |
Pause sound effect
@deprecated This API is not recommended after v7.3. Please use resumePlayMusic API in TXAudioEffectManager instead.
enableCustomVideoCapture:
enableCustomVideoCapture:
- (void)enableCustomVideoCapture: | (BOOL)enable |
Enable custom video capturing mode
sendCustomVideoData:
sendCustomVideoData:
- (void)sendCustomVideoData: |
Deliver captured video data to SDK
muteLocalVideo:
muteLocalVideo:
- (void)muteLocalVideo: | (BOOL)mute |
Pause/Resume publishing local video stream
@deprecated This API is not recommended after v8.9. Please use muteLocalVideo (streamType, mute) instead.
muteRemoteVideoStream:mute:
muteRemoteVideoStream:mute:
- (void)muteRemoteVideoStream: | (NSString*)userId |
mute: | (BOOL)mute |
Pause/Resume subscribing to remote user's video stream
@deprecated This API is not recommended after v8.9. Please use muteRemoteVideoStream (userId, streamType, mute) instead.
startSpeedTest:userId:userSig:
startSpeedTest:userId:userSig:
- (void)startSpeedTest: | (uint32_t)sdkAppId |
userId: | (NSString *)userId |
userSig: | (NSString *)userSig |
Start network speed test (used before room entry)
startScreenCapture:
startScreenCapture:
- (void)startScreenCapture: | (nullable NSView *)view |
Start screen sharing
@deprecated This API is not recommended after v7.2. Please use
startScreenCapture:streamType:encParam:
instead.getCameraDevicesList
getCameraDevicesList
Get the list of cameras
@deprecated This API is not recommended after v8.0. Please use the getDevicesList API in TXDeviceManager instead.
setCurrentCameraDevice:
setCurrentCameraDevice:
- (int)setCurrentCameraDevice: | (NSString *)deviceId |
Set the camera to be used currently
@deprecated This API is not recommended after v8.0. Please use the setCurrentDevice API in TXDeviceManager instead.
getCurrentCameraDevice
getCurrentCameraDevice
Get the currently used camera
@deprecated This API is not recommended after v8.0. Please use the getCurrentDevice API in TXDeviceManager instead.
getMicDevicesList
getMicDevicesList
Get the list of mics
@deprecated This API is not recommended after v8.0. Please use the getDevicesList API in TXDeviceManager instead.
getCurrentMicDevice
getCurrentMicDevice
Get the current mic device
@deprecated This API is not recommended after v8.0. Please use the getCurrentDevice API in TXDeviceManager instead.
setCurrentMicDevice:
setCurrentMicDevice:
- (int)setCurrentMicDevice: | (NSString*)deviceId |
Select the currently used mic
@deprecated This API is not recommended after v8.0. Please use the setCurrentDevice API in TXDeviceManager instead.
getCurrentMicDeviceVolume
getCurrentMicDeviceVolume
Get the current mic volume
@deprecated This API is not recommended after v8.0. Please use the getCurrentDeviceVolume API in TXDeviceManager instead.
setCurrentMicDeviceVolume:
setCurrentMicDeviceVolume:
- (void)setCurrentMicDeviceVolume: | (NSInteger)volume |
Set the current mic volume
@deprecated This API is not recommended after v8.0. Please use the setCurrentDeviceVolume API in TXDeviceManager instead.
setCurrentMicDeviceMute:
setCurrentMicDeviceMute:
- (void)setCurrentMicDeviceMute: | (BOOL)mute |
Set the mute status of the current system mic
@deprecated This API is not recommended after v8.0. Please use the setCurrentDeviceMute API in TXDeviceManager instead.
getCurrentMicDeviceMute
getCurrentMicDeviceMute
Get the mute status of the current system mic
@deprecated This API is not recommended after v8.0. Please use the getCurrentDeviceMute API in TXDeviceManager instead.
getSpeakerDevicesList
getSpeakerDevicesList
Get the list of speakers
@deprecated This API is not recommended after v8.0. Please use the getDevicesList API in TXDeviceManager instead.
getCurrentSpeakerDevice
getCurrentSpeakerDevice
Get the currently used speaker
@deprecated This API is not recommended after v8.0. Please use the getCurrentDevice API in TXDeviceManager instead.
setCurrentSpeakerDevice:
setCurrentSpeakerDevice:
- (int)setCurrentSpeakerDevice: | (NSString*)deviceId |
Set the speaker to use
@deprecated This API is not recommended after v8.0. Please use the setCurrentDevice API in TXDeviceManager instead.
getCurrentSpeakerDeviceVolume
getCurrentSpeakerDeviceVolume
Get the current speaker volume
@deprecated This API is not recommended after v8.0. Please use the getCurrentDeviceVolume API in TXDeviceManager instead.
setCurrentSpeakerDeviceVolume:
setCurrentSpeakerDeviceVolume:
- (int)setCurrentSpeakerDeviceVolume: | (NSInteger)volume |
Set the current speaker volume
@deprecated This API is not recommended after v8.0. Please use the setCurrentDeviceVolume API in TXDeviceManager instead.
getCurrentSpeakerDeviceMute
getCurrentSpeakerDeviceMute
Get the mute status of the current system speaker
@deprecated This API is not recommended after v8.0. Please use the getCurrentDeviceMute API in TXDeviceManager instead.
setCurrentSpeakerDeviceMute:
setCurrentSpeakerDeviceMute:
- (void)setCurrentSpeakerDeviceMute: | (BOOL)mute |
Set whether to mute the current system speaker
@deprecated This API is not recommended after v8.0. Please use the setCurrentDeviceMute API in TXDeviceManager instead.
startCameraDeviceTestInView:
startCameraDeviceTestInView:
- (void)startCameraDeviceTestInView: | (NSView *)view |
Start camera test
@deprecated This API is not recommended after v8.0. Please use the startCameraDeviceTest API in TXDeviceManager instead.
stopCameraDeviceTest
stopCameraDeviceTest
Start camera test
@deprecated This API is not recommended after v8.0. Please use the stopCameraDeviceTest API in TXDeviceManager instead.
startMicDeviceTest:
startMicDeviceTest:
- (void)startMicDeviceTest: | (NSInteger)interval |
Start mic test
@deprecated This API is not recommended after v8.0. Please use the startMicDeviceTest API in TXDeviceManager instead.
stopMicDeviceTest
stopMicDeviceTest
Start mic test
@deprecated This API is not recommended after v8.0. Please use the stopMicDeviceTest API in TXDeviceManager instead.
startSpeakerDeviceTest:
startSpeakerDeviceTest:
- (void)startSpeakerDeviceTest: | (NSString*)audioFilePath |
Start speaker test
@deprecated This API is not recommended after v8.0. Please use the startSpeakerDeviceTest API in TXDeviceManager instead.
stopSpeakerDeviceTest
stopSpeakerDeviceTest
Stop speaker test
@deprecated This API is not recommended after v8.0. Please use the stopSpeakerDeviceTest API in TXDeviceManager instead.
startScreenCaptureInApp:
startScreenCaptureInApp:
- (void)startScreenCaptureInApp: |
start in-app screen sharing (for iOS 13.0 and above only)
setVideoEncoderRotation:
setVideoEncoderRotation:
- (void)setVideoEncoderRotation: |
Set the direction of image output by video encoder
@deprecated It is deprecated starting from v11.7.
setVideoEncoderMirror:
setVideoEncoderMirror:
- (void)setVideoEncoderMirror: | (BOOL)mirror |
Set the mirror mode of image output by encoder
@deprecated It is deprecated starting from v11.7.
setGSensorMode:
setGSensorMode:
- (void)setGSensorMode: |
Set the adaptation mode of G-sensor
@deprecated It is deprecated starting from v11.7. It is recommended to use the setGravitySensorAdaptiveMode interface instead.
startPublishing:type:
startPublishing:type:
- (void)startPublishing: | (NSString *)streamId |
type: |
Start publishing audio/video streams to Tencent Cloud CSS CDN
stopPublishing
stopPublishing
Stop publishing audio/video streams to Tencent Cloud CSS CDN
startPublishCDNStream:
startPublishCDNStream:
- (void)startPublishCDNStream: |
Start publishing audio/video streams to non-Tencent Cloud CDN
stopPublishCDNStream
stopPublishCDNStream
Stop publishing audio/video streams to non-Tencent Cloud CDN
setMixTranscodingConfig:
setMixTranscodingConfig:
- (void)setMixTranscodingConfig: |
Set the layout and transcoding parameters of On-Cloud MixTranscoding
@deprecated It is deprecated starting from v12.0. Please use startPublishMediaStream, updatePublishMediaStream and stopPublishMediaStream instead.
- TRTCCloud
- destroySharedIntance
- delegate
- setBeautyStyle:beautyLevel:whitenessLevel:ruddinessLevel:
- setEyeScaleLevel:
- setFaceScaleLevel:
- setFaceVLevel:
- setChinLevel:
- setFaceShortLevel:
- setNoseSlimLevel:
- selectMotionTmpl:
- setMotionMute:
- setFilter:
- setFilterConcentration:
- setGreenScreenFile:
- setReverbType:
- setVoiceChangerType:
- enableAudioEarMonitoring:
- enableAudioVolumeEvaluation:
- enableAudioVolumeEvaluation:enable_vad:
- switchCamera
- isCameraZoomSupported
- setZoom:
- isCameraTorchSupported
- enbaleTorch:
- isCameraFocusPositionInPreviewSupported
- setFocusPosition:
- isCameraAutoFocusFaceModeSupported
- enableAutoFaceFoucs:
- setSystemVolumeType:
- snapshotVideo:type:
- startScreenCaptureByReplaykit:appGroup:
- startLocalAudio
- startRemoteView:view:
- stopRemoteView:
- setLocalViewFillMode:
- setLocalViewRotation:
- setLocalViewMirror:
- setRemoteViewFillMode:mode:
- setRemoteViewRotation:rotation:
- startRemoteSubStreamView:view:
- stopRemoteSubStreamView:
- setRemoteSubStreamViewFillMode:mode:
- setRemoteSubStreamViewRotation:rotation:
- setAudioQuality:
- setPriorRemoteVideoStreamType:
- setMicVolumeOnMixing:
- playBGM:
- stopBGM
- pauseBGM
- resumeBGM
- getBGMDuration:
- setBGMPosition:
- setBGMVolume:
- setBGMPlayoutVolume:
- setBGMPublishVolume:
- playAudioEffect:
- setAudioEffectVolume:volume:
- stopAudioEffect:
- stopAllAudioEffects
- setAllAudioEffectsVolume:
- pauseAudioEffect:
- resumeAudioEffect:
- enableCustomVideoCapture:
- sendCustomVideoData:
- muteLocalVideo:
- muteRemoteVideoStream:mute:
- startSpeedTest:userId:userSig:
- startScreenCapture:
- getCameraDevicesList
- setCurrentCameraDevice:
- getCurrentCameraDevice
- getMicDevicesList
- getCurrentMicDevice
- setCurrentMicDevice:
- getCurrentMicDeviceVolume
- setCurrentMicDeviceVolume:
- setCurrentMicDeviceMute:
- getCurrentMicDeviceMute
- getSpeakerDevicesList
- getCurrentSpeakerDevice
- setCurrentSpeakerDevice:
- getCurrentSpeakerDeviceVolume
- setCurrentSpeakerDeviceVolume:
- getCurrentSpeakerDeviceMute
- setCurrentSpeakerDeviceMute:
- startCameraDeviceTestInView:
- stopCameraDeviceTest
- startMicDeviceTest:
- stopMicDeviceTest
- startSpeakerDeviceTest:
- stopSpeakerDeviceTest
- startScreenCaptureInApp:
- setVideoEncoderRotation:
- setVideoEncoderMirror:
- setGSensorMode:
- startPublishing:type:
- stopPublishing
- startPublishCDNStream:
- stopPublishCDNStream
- setMixTranscodingConfig: