menu
volc_engine_rtc package
documentation
api/bytertc_video_api.dart
RTCVideo
updateScreenCapture abstract method
updateScreenCapture abstract method
dark_mode
light_mode
updateScreenCapture
abstract method
Future
<
int
?
>
updateScreenCapture
(
ScreenMediaType
type
)
开启屏幕采集后,更新采集的媒体类型
返回值:
0
:调用成功;
<0
:调用失败,具体原因参看
ReturnStatus
。
Implementation
Future<int?> updateScreenCapture(ScreenMediaType type);
volc_engine_rtc package
documentation
api/bytertc_video_api
RTCVideo
updateScreenCapture abstract method
RTCVideo class