subscribeToPlayerEvents

abstract suspend fun subscribeToPlayerEvents(): Result<Unit, Error>

setup the subscription to the stream timeline events.

Return

Result.Failure if any error occurs while setting up firebase, Result.Success otherwise