mediaEndPoint method

Future<String?> mediaEndPoint()

Retrieves the media endpoint URL.

Implementation

Future<String?> mediaEndPoint() {
  throw UnimplementedError('has not been implemented.');
}