VideoForwardingOptions

The VideoForwardingOptions model allows configuring the Video Forwarding functionality that allows:

  • Setting the maximum number of video streams that may be transmitted to the local participant
  • Prioritizing specific participants' video streams that need to be transmitted to the local participant
  • Changing the video forwarding strategy that defines how the SDK should select conference participants whose videos will be received by the local participant

Available in the package com.voxeet.sdk.services.builders.VideoForwardingOptions.

Methods

getMaxVideoForwarding

getMaxVideoForwarding(): Integer

Gets the maximum number of video streams that may be transmitted to the local participant.

Returns: @Nullable Integer


getVideoForwardingStrategy

getVideoForwardingStrategy(): VideoForwardingStrategy

Gets the video forwarding strategy that the local participant uses in the current conference.

Returns: @Nullable VideoForwardingStrategy


getParticipants

getParticipants(): List<String>

Gets the list of participants whose video streams are prioritized and transmitted to the local participant.

Returns: @Nullable List<String>