enableCustomVideoCapture method
Implementation
void enableCustomVideoCapture(TRTCVideoStreamType streamType, bool enable) {
_trtcFFIBindings.enable_custom_video_capture(_trtcsharedInstanceNativePointer, streamType.value(), enable);
}
void enableCustomVideoCapture(TRTCVideoStreamType streamType, bool enable) {
_trtcFFIBindings.enable_custom_video_capture(_trtcsharedInstanceNativePointer, streamType.value(), enable);
}