This article needs a technical review. How you can help.
The PresentationRequest
interface of the Presentation API provides methods for starting a new presentation or joining an active one.
PropertiesEdit
None
Event handlers
PresentationRequest.onconnectionavailable
- Fires on a successful call to
PresentationRequest.start()
orPresentationRequest.join()
. This method provides a object with a reference to the created or joined object.
MethodsEdit
PresentationRequest.start()
- Returns a
Promise
that resolves to a new object. PresentationRequest.reconnect()
- Returns a
Promise
that resolves to an existing object specified by a given presentationId. PresentationRequest.getAvailability()
- Returns a
Promise
that resolves to a object which provides availability information for the given presentationId.
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
Presentation API The definition of 'PresentationRequest interface' in that specification. |
Editor's Draft | Initial definition. |