amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / RemoteVideoSource

RemoteVideoSource

class RemoteVideoSource

A video source available in the current meeting. RemoteVideoSource need to be consistent between remoteVideoSourcesDidBecomeAvailable and updateVideoSourceSubscriptions as they are used as keys in maps that may be updated. I.e. when setting up a map for updateVideoSourceSubscriptions do not construct RemoteVideoSource yourselves or the configuration may or may not be updated.

Constructors

<init>

A video source available in the current meeting. RemoteVideoSource need to be consistent between remoteVideoSourcesDidBecomeAvailable and updateVideoSourceSubscriptions as they are used as keys in maps that may be updated. I.e. when setting up a map for updateVideoSourceSubscriptions do not construct RemoteVideoSource yourselves or the configuration may or may not be updated.

RemoteVideoSource(attendeeId: String)

Properties

attendeeId

: String - The attendee ID this video tile belongs to. Note that screen share video will have a suffix of #content

val attendeeId: String