removeLocalVideo method

Future<int> removeLocalVideo()

Remove local video

Implementation

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