VideoService

The VideoService allows enabling and disabling video for the local and remote participants.

This service is available in SDK 3.7 and later.

Available in the package com.voxeet.sdk.services.VideoService.

Methods

getLocal

getLocal(): LocalVideo

Video settings for the local participant.

Returns: @NonNull LocalVideo


getRemote

getRemote(): RemoteVideo

Video settings for remote participants.

Returns: @NonNull RemoteVideo