Participant

public struct Participant : Identifiable, Equatable

Describes session participant

  • id

    UID of participant

    Declaration

    Swift

    public var id: String
  • Participant name

    Declaration

    Swift

    public var name: String
  • Equatable by participant UID

    Declaration

    Swift

    public static func == (lhs: `Self`, rhs: `Self`) -> Bool