removeLocalVideo method

Future<int> removeLocalVideo()

移除本地视频

Implementation

Future<int> removeLocalVideo() async {
  return await byteRTCHelper.removeLocalVideo();
}