Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CoordinationWaitPoint interface
- Package:
- @microsoft/live-share-media
Wait point interface for a suspension.
Remarks
Used by MediaSessionCoordinatorSuspension to schedule a suspension at a specific media position.
Properties
| maxClients | Optional. The max clients to wait for before a suspension ends. |
| position | The position in milliseconds that the suspension should begin. |
| reason | Optional. The reason for the suspension. |
Property Details
maxClients
Optional. The max clients to wait for before a suspension ends.
maxClients?: number
Property Value
number
position
The position in milliseconds that the suspension should begin.
position: number
Property Value
number
reason
Optional. The reason for the suspension.
reason?: string
Property Value
string
Feedback
Was this page helpful?
