getVideoTracks method

Future<Map<int, String>> getVideoTracks(
  1. int viewId
)

Returns all video tracks as array of <Int, String> The key parameter is the index of video track and the value is the display name of video track

Implementation

Future<Map<int, String>> getVideoTracks(int viewId) {
  throw _unimplemented('getVideoTracks');
}