ZDK
Public Member Functions | List of all members
ZDK::IConferenceEventsHandler Class Referenceabstract
Inheritance diagram for ZDK::IConferenceEventsHandler:
ZDK::IEventHandle

Public Member Functions

virtual void OnConferenceParticipantJoined (ZDK::Shared::Conference conf, ZDK::Shared::Call call)=0
 Call was added to the conference. More...
 
virtual void OnConferenceParticipantRemoved (ZDK::Shared::Conference conf, ZDK::Shared::Call call)=0
 Call was removed from the conference. More...
 
virtual void OnConferenceExtendedError (ZDK::Shared::Conference conf, ZDK::Shared::String message)=0
 Notify upon error on Conference. More...
 
- Public Member Functions inherited from ZDK::IEventHandle
virtual ZDK::ZDKHandle EventHandle ()=0
 

Member Function Documentation

◆ OnConferenceExtendedError()

virtual void ZDK::IConferenceEventsHandler::OnConferenceExtendedError ( ZDK::Shared::Conference  conf,
ZDK::Shared::String  message 
)
pure virtual

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
IConference, ICall

◆ OnConferenceParticipantJoined()

virtual void ZDK::IConferenceEventsHandler::OnConferenceParticipantJoined ( ZDK::Shared::Conference  conf,
ZDK::Shared::Call  call 
)
pure virtual

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
IConference, ICall

◆ OnConferenceParticipantRemoved()

virtual void ZDK::IConferenceEventsHandler::OnConferenceParticipantRemoved ( ZDK::Shared::Conference  conf,
ZDK::Shared::Call  call 
)
pure virtual

Call was removed from the conference.

Confirmation that the call has left the conference after

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
IConference, ICall

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