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

Public Member Functions

virtual void OnConferenceAdded (ZDK::Shared::ConferenceProvider confProvider, ZDK::Shared::Conference conference)=0
 Event invoked upon succesful creation of conference. More...
 
virtual void OnConferenceRemoved (ZDK::Shared::ConferenceProvider confProvider, ZDK::Shared::Conference conference)=0
 Event invoked upon removing a conference call. More...
 
- Public Member Functions inherited from ZDK::IEventHandle
virtual ZDK::ZDKHandle EventHandle ()=0
 

Member Function Documentation

◆ OnConferenceAdded()

virtual void ZDK::IConferenceProviderEventsHandler::OnConferenceAdded ( ZDK::Shared::ConferenceProvider  confProvider,
ZDK::Shared::Conference  conference 
)
pure virtual

Event invoked upon succesful creation of conference.

Invoked on successful creation of conference call.

Parameters
[in]confProviderThe conference provider
[in]conferenceThe conference
See also
IConferenceProvider, IConference

◆ OnConferenceRemoved()

virtual void ZDK::IConferenceProviderEventsHandler::OnConferenceRemoved ( ZDK::Shared::ConferenceProvider  confProvider,
ZDK::Shared::Conference  conference 
)
pure virtual

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

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