ServerEventSessionAvatarSwitchToIdle interface

Returned when the avatar switches to idle state.

Extends

Properties

turnId

The ID of the turn associated with the avatar state change.

type

The event type, must be session.avatar.switch_to_idle.

Inherited Properties

eventId

Property Details

turnId

The ID of the turn associated with the avatar state change.

turnId?: string

Property Value

string

type

The event type, must be session.avatar.switch_to_idle.

type: "session.avatar.switch_to_idle"

Property Value

"session.avatar.switch_to_idle"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId