resumeAllSubscribedStream abstract method

Future<int?> resumeAllSubscribedStream(
  1. PauseResumeControlMediaType mediaType
)

Resumes receiving remote media streams

Return value:

Notes:

  • Calling this API does not change the capture and transmission state of the remote stream.
  • Calling this API does not change any subscription configuration.

Implementation

Future<int?> resumeAllSubscribedStream(PauseResumeControlMediaType mediaType);