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

Instance Methods

(void) - onConf:erenceParticipantJoined:
 Call was added to the conference. More...
 
(void) - onConf:erenceParticipantRemoved:
 Call was removed from the conference. More...
 
(void) - onConf:erenceExtendedError:
 Notify upon error on Conference. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onConf:erenceExtendedError:

- (void) onConf: (id< ZDKConference >)  conf
erenceExtendedError: (NSString *)  message 
optional

Notify upon error on Conference.

The event is notifying upon an error ocurring on the conference, it provides error message in string format

Parameters
[in]confThe conference
[in]messageThe error message
See also
ZDKConference

◆ onConf:erenceParticipantJoined:

- (void) onConf: (id< ZDKConference >)  conf
erenceParticipantJoined: (id< ZDKCall >)  call 
optional

Call was added to the conference.

Confirmation that the call has joined the conference.

Parameters
[in]confThe conference
[in]callThe call that has joined it
See also
ZDKConference, ZDKCall

◆ onConf:erenceParticipantRemoved:

- (void) onConf: (id< ZDKConference >)  conf
erenceParticipantRemoved: (id< ZDKCall >)  call 
optional

Call was removed from the conference.

Confirmation that the call has left the conference

Can also happen if a call, part of a conference was moved to another conference.

Parameters
[in]confThe conference
[in]callThe call that has left it
See also
ZDKConference, ZDKCall

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