ServerEventSessionAvatarConnecting interface
Sent when the server is in the process of establishing an avatar media connection and provides its SDP answer.
- Extends
Properties
| server |
The server's SDP answer for the avatar connection. |
| type | The event type, must be 'session.avatar.connecting'. |
Inherited Properties
| event |
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"