ServerEventSessionAvatarSwitchToIdle interface
Returned when the avatar switches to idle state.
- Extends
Properties
| turn |
The ID of the turn associated with the avatar state change. |
| type | The event type, must be |
Inherited Properties
| event |
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"