amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / DefaultVideoTileController / bindVideoView

bindVideoView

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.

Parameters

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 .