onReceiveFrame

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

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

Parameters

frame

: VideoFrame - A frame of video

videoId

: Int - Unique id that belongs to video being transmitted

attendeeId

: String - An id of user who is transmitting current frame

pauseState

: VideoPauseState - Current pause state of the video being received