VideoService
The VideoService allows managing the local participant's and remote participants' video.
This service is available in SDK 3.7 and later.
Accessors
local
• get local(): LocalVideo
Returns the LocalVideo object that allows managing local participant's video stream.
Returns: LocalVideo
remote
• get remote(): RemoteVideo
Returns the LocalVideo object that allows managing remote participant's video stream.
Returns: RemoteVideo
Updated about 1 year ago