SippoParticipantInfo

public class SippoParticipantInfo

Info about the conference participants

Properties

  • Invitee participant

    Declaration

    Swift

    public var participant: Participant!
  • Date when participant joins the conference

    Declaration

    Swift

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

    Declaration

    Swift

    public let leftAt: Date?