MediaError

enum MediaError : Enum<MediaError>

Error that can happen during any media playback in virtual visits.

These errors are consolidated from all the supported media players so that there are less side effects to any player updates.

Entries

VIDEO_NOT_PLAYABLE_IN_EMBEDDED_PLAYER
Link copied to clipboard
Youtube video not supported by SDK, probably because content author disabled playing in embedded player.
VIDEO_NOT_FOUND
Link copied to clipboard
Youtube failed because requested video wasn't found.
HTML_5_PLAYER
Link copied to clipboard
Youtube failed because HTML 5 PLAYER was not supported by web browser.
INVALID_PARAMETER_IN_REQUEST
Link copied to clipboard
Youtube media failed because of a request error
UNKNOWN
Link copied to clipboard
Failed for unknown reason.

Types

Companion
Link copied to clipboard
object Companion

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int