enable_custom_video_capture method
10.1
Implementation
int enable_custom_video_capture(
trtc_cloud instance,
int stream_ype,
bool enable,
) {
return _enable_custom_video_capture(
instance,
stream_ype,
enable,
);
}
10.1
int enable_custom_video_capture(
trtc_cloud instance,
int stream_ype,
bool enable,
) {
return _enable_custom_video_capture(
instance,
stream_ype,
enable,
);
}