abstract fun bindVideoView(videoView: VideoRenderView, tileId: Int): Unit
Binds the video rendering view to Video Tile. The view will start displaying the video frame after the completion of this API.
videoView
- : VideoRenderView - View to render the video. Application needs to create it
and pass to SDK.
tileId
- : Int - id of the tile which was passed to the application in VideoTileObserver.onVideoTileAdded .