VideoTileControllerFacade
interface VideoTileControllerFacade
VideoTileControllerFacade manages video tile binding, pausing, and resuming as well as subscribing to video tile events by adding a VideoTileObserver.
Inheritors
Functions
Link copied to clipboard
Subscribe to Video Tile events with an VideoTileObserver.
Link copied to clipboard
Binds the video rendering view to Video Tile. The view will start displaying the video frame after the completion of this API.
Link copied to clipboard
Pauses the specified remote video tile. Ignores the tileId if it belongs to the local video tile.
Link copied to clipboard
Unsubscribes from Video Tile events by removing specified VideoTileObserver.
Link copied to clipboard
Resumes the specified remote video tile. Ignores the tileId if it belongs to the local video tile.
Link copied to clipboard
Unbinds the video rendering view from Video Tile. The view will stop displaying the video frame after the completion of this API.