pause
Pauses the playback.
public void pause() throws RteException;
- Since
- v4.5.0
When you call play to play a URL, if you want to pause the playback, you can call this method. If you need to stop the playback, call stop.
Call timing
Call this method after play.
Restrictions
None.
Exception
If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.