pause
Pauses playback.
virtual int pause() = 0;
Timing
You can call this method either before or after joining a channel.
Return Values
- 0: The method call succeeds.
- < 0: The method call fails.
Pauses playback.
virtual int pause() = 0;
You can call this method either before or after joining a channel.