zdk.objc
Instance Methods | List of all members
<ZDKConferenceProviderEventsHandler> Protocol Reference
Inheritance diagram for <ZDKConferenceProviderEventsHandler>:
<ZDKEventHandle>

Instance Methods

(void) - onConferenceAdded:conference:
 Event invoked upon succesful creation of conference. More...
 
(void) - onConferenceRemoved:conference:
 Event invoked upon removing a conference call. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onConferenceAdded:conference:

- (void) onConferenceAdded: (id< ZDKConferenceProvider >)  confProvider
conference: (id< ZDKConference >)  conference 
optional

Event invoked upon succesful creation of conference.

Invoked on successful creation of conference call.

Parameters
[in]confProviderThe conference provider
[in]conferenceThe conference
See also
ZDKConferenceProvider, ZDKConference

◆ onConferenceRemoved:conference:

- (void) onConferenceRemoved: (id< ZDKConferenceProvider >)  confProvider
conference: (id< ZDKConference >)  conference 
optional

Event invoked upon removing a conference call.

Invoked on removing a conference call.Conference is being removed by removing every call in it. It is not allowed to have an empty conference, and that is why such are automatically destroyed this event will be fired once a conference is empty.

Parameters
[in]confProviderThe conference provider
[in]conferenceThe conference
See also
ZDKConferenceProvider, ZDKConference

The documentation for this protocol was generated from the following file: