Participant

public class Participant : CMParticipant

A single user in the meeting. A Participant can have multiple video sources from one or more cameras and/or screen/window shares.

  • Declaration

    Swift

    @objc
    public init(_ userUUID: String)
  • Declaration

    Swift

    public var audioInfo: AudioInfo? { get }
  • Declaration

    Swift

    public var videoInfo: [String : VideoInfo]? { get }
  • Declaration

    Swift

    public var isLocal: Bool { get }
  • Declaration

    Swift

    public var displayName: String { get }