QNConferencesDelegate
public protocol QNConferencesDelegate : AnyObject
Delegate which receives new conferences and conferences log entries
-
A new conference was received
Declaration
Swift
func conferences(_ conferences: QNConferencesRepository, didReceiveNewConference: QNConferenceRepository, from caller: QNConferenceParticipant, using constraints: [QNConferenceConstraint])Parameters
conferencesConferences instance
didReceiveConferenceNew conference received
fromUser who is calling
constraintsInvitation constraints
QNConferencesDelegate Protocol Reference