Set whether the local user has their video enabled based on localVideo.
localVideo
Future<void> localVideo(bool localVideo) async { await _channel.invokeMethod('localVideo', {"localVideo": localVideo}); }