getInfo
Retrieves information related to the player and media stream.
public void getInfo(PlayerInfo info) throws RteException
- Since
- Available since v4.4.0.
Timing
You must use this method after calling Player.
Parameters
- info
- Information related to the player and media stream. See PlayerInfo.
Exceptions
When the method call fails, the SDK throws an exception and returns the corresponding error information. You need to catch and handle the exception.