hp.opencall.media.ccapi
Interface ConferenceListener


public interface ConferenceListener

Defines callback methods invoked when some methods of conferenceIF are called (from CCSession or ConferenceSession)

Since:
OCMP 2.2

Method Summary
 void onjoinAll(CP aCP, ConferenceIF aConfIF)
          Indicates that a joinAll() has been triggered
 void onrelease(CP aCP, ConferenceIF aConfIF)
          Indicates that a release() has been triggered
 void onunjoinAll(CP aCP, ConferenceIF aConfIF)
          Indicates that unjoinAll() has been triggered
 

Method Detail

onjoinAll

public void onjoinAll(CP aCP,
                      ConferenceIF aConfIF)
Indicates that a joinAll() has been triggered

Since:
OCMP 2.2

onunjoinAll

public void onunjoinAll(CP aCP,
                        ConferenceIF aConfIF)
Indicates that unjoinAll() has been triggered

Since:
OCMP 2.2

onrelease

public void onrelease(CP aCP,
                      ConferenceIF aConfIF)
Indicates that a release() has been triggered

Since:
OCMP 2.2