PresentationRequest

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.

Properties

None

Event handlers

PresentationRequest.onconnectionavailable
Fires on a successful call to PresentationRequest.start() or PresentationRequest.join(). This method provides a object with a reference to the created or joined object.

Methods

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.

Specifications

Specification Status Comment
Presentation API
The definition of 'PresentationRequest interface' in that specification.
Editor's Draft Initial definition.

Browser Compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support

48.0

? ? ? ?
Feature Android Android Webview Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support No support No support ? ? ? ? ? 48.0

Document Tags and Contributors

 Contributors to this page: rolfedh, jpmedley
 Last updated by: rolfedh,