resumeAllSubscribedStream abstract method
Resumes receiving remote media streams
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
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);