ServerEventSessionAvatarConnecting interface

Sent when the server is in the process of establishing an avatar media connection and provides its SDP answer.

Extends

Properties

serverSdp

The server's SDP answer for the avatar connection.

type

The event type, must be 'session.avatar.connecting'.

Inherited Properties

eventId

Property Details

serverSdp

The server's SDP answer for the avatar connection.

serverSdp: string

Property Value

string

type

The event type, must be 'session.avatar.connecting'.

type: "session.avatar.connecting"

Property Value

"session.avatar.connecting"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId