getConfigs [2/3]

Gets the current player settings.

public void getConfigs(PlayerConfig config) throws RteException;
Since
v4.5.0

Call timing

Call this method after Player.

Restrictions

None.

Parameters

config
The player configuration object: PlayerConfig.

Exception

If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.