VTVideoPresentationDelegate
The VTVideoPresentationDelegate model allows subscribing to callbacks that inform about the VideoPresentationService events.
Methods
started
▸ started(videoPresentation
: VTVideoPresentation)
Called when a conference participant starts sharing a video presentation.
Parameters:
Name | Type | Description |
---|---|---|
videoPresentation | VTVideoPresentation | The video presentation. |
stopped
▸ stopped(videoPresentation
: VTVideoPresentation)
Called when a conference participant stops sharing a video presentation.
Parameters:
Name | Type | Description |
---|---|---|
videoPresentation | VTVideoPresentation | The video presentation. |
played
▸ played(videoPresentation
: VTVideoPresentation)
Called when a conference participant resumes a video presentation.
Parameters:
Name | Type | Description |
---|---|---|
videoPresentation | VTVideoPresentation | The video presentation. |
paused
▸ paused(videoPresentation
: VTVideoPresentation)
Called when a conference participant pauses a video presentation.
Parameters:
Name | Type | Description |
---|---|---|
videoPresentation | VTVideoPresentation | The video presentation. |
sought
▸ sought(videoPresentation
: VTVideoPresentation)
Called when a conference participant uses the seek method to navigate to the specific section of the shared video.
Parameters:
Name | Type | Description |
---|---|---|
videoPresentation | VTVideoPresentation | The video presentation. |
Updated almost 2 years ago