getDuckPlayerState

Retrieves the current state of the DuckPlayer.

This method is used to check the current state of the DuckPlayer. The state can be one of the following:

  • ENABLED: The DuckPlayer is enabled and can be used.

  • DISABLED: The DuckPlayer is disabled and cannot be used.

  • DISABLED_WIH_HELP_LINK: The DuckPlayer is disabled and cannot be used, but a help link is provided for troubleshooting.

Return

The current state of the DuckPlayer as a DuckPlayerState enum.