reportFatalError

abstract fun reportFatalError(message: String, code: PlayerErrorCode = PlayerErrorCode.General)

Reports a fatal SSAI error through the player error event flow.

Has no effect and emits an incorrect API usage warning when there is no active playback session.