0: successful; negative number: failed
Maximum zoom level
Returned value: true: supported; false: not supported
1 indicates the widest angle of view (original), and 5 the narrowest angle of view (zoomed in). We recommend you set the maximum zoom level to 5 as video will be blurry if the zoom level exceeds 5.0: successful; negative number: failed
TRTCCloudDef.TRTC_APP_SCENE_LIVE or TRTCCloudDef.TRTC_APP_SCENE_VOICE_CHATROOM when calling enterRoom, the SDK will use this mode by default. * TRTCCloudDef.TRTCSystemVolumeTypeVOIP: Call volume is used throughout a call. This is suitable for conferencing scenarios. If you set the scenario to TRTCCloudDef.TRTC_APP_SCENE_VIDEOCALL or TRTCCloudDef.TRTC_APP_SCENE_AUDIOCALL when calling enterRoom, the SDK will use this mode by default. * TRTCCloudDef.TRTCSystemVolumeTypeMedia: Media volume is used throughout a call. This mode is not used often, only under special circumstances such as when the anchor uses an external sound card.startLocalAudio(). *You are not advised to set the system volume type by yourself unless you have special requirements. Simply call enterRoom, specifying the scenario, and the SDK will automatically select a system volume type for you.Generated using TypeDoc