ClientEventSessionAvatarConnect interface

Sent when the client connects and provides its SDP (Session Description Protocol)

for avatar-related media negotiation.

Extends

Properties

clientSdp

The client's SDP offer.

type

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

Inherited Properties

eventId

Property Details

clientSdp

The client's SDP offer.

clientSdp: string

Property Value

string

type

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

type: "session.avatar.connect"

Property Value

"session.avatar.connect"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId