QNConferenceEntriesDelegate
public protocol QNConferenceEntriesDelegate : AnyObject
Delegate to receive new conference entries
-
Called with new conference entries events
Declaration
Swift
func conferences(_ conferences: QNConferencesRepository, didAddConferenceEntry: QNConferenceEntry)Parameters
conferencesConferences instance
didAddConferenceEntryNew JanusConferenceEntry
QNConferenceEntriesDelegate Protocol Reference