audioVideoStartRemoteVideo static method

Future<String?> audioVideoStartRemoteVideo()

Starts all remote videos.

Implementation

static Future<String?> audioVideoStartRemoteVideo()
async
{
    return _methodChannel.invokeMethod('AudioVideoStartRemoteVideo');
}