VideoTileController

@objc
public protocol VideoTileController : VideoTileControllerFacade

VideoTileController handles rendering/creating of new VideoTile.

  • Called whenever there is a new Video frame received for any of the attendee in the meeting

    Declaration

    Swift

    func onReceiveFrame(
        frame: VideoFrame?,
        videoId: Int,
        attendeeId: String?,
        pauseState: VideoPauseState
    )

    Parameters

    frame

    a frame of video

    videoId

    unique id that belongs to video being transmitted

    attendeeId

    a id of user who is transmitting current frame

    pauseState

    current pause state of the video being received