removeLocalVideo abstract method

Future<int?> removeLocalVideo([
  1. StreamIndex streamType = StreamIndex.main
])

Remove the local video canvas.

Implementation

Future<int?> removeLocalVideo([StreamIndex streamType = StreamIndex.main]);