SippoParticipantInfo
public class SippoParticipantInfo
Info about the conference participants
-
Invitee participant
Declaration
Swift
public var participant: QNConferenceParticipant!
-
Date when participant joins the conference
Declaration
Swift
public let joinAt: Date
-
Date when participant left the conference
Declaration
Swift
public let leftAt: Date?