SippoParticipantInfo

public class SippoParticipantInfo

Info about the conference participants

Properties

  • Invitee username

    Declaration

    Swift

    public var user: String!
  • Date when participant joins the conference

    Declaration

    Swift

    public let joinAt: Date
  • Date when participant left the conference

    Declaration

    Swift

    public let leftAt: Date?