Interface LeaveRequest

Tells the server the client is about to disconnect. After receiving the response, the client should not expect to receive any other messages or media RTP.

Signature

declare interface LeaveRequest extends MediaApiRequest

Heritage

Extends MediaApiRequest

Property signatures

Name Description
leave Leave field, always empty.
requestId A unique client-generated identifier for this request. Different requests must never have the same request ID in the scope of one data channel.
(Inherited from MediaApiRequest)