程序包 | 说明 |
---|---|
com.ipxchina.jcti |
JCTI 接口
|
com.ipxchina.jcti.event |
回调事件
|
com.ipxchina.jcti.webcti |
JCTI webcti方式实现
|
限定符和类型 | 方法和说明 |
---|---|
void |
Demo.onBanSpeak(Conference arg0) |
void |
Demo.onInConference(Conference arg0) |
void |
Demo.onOutConference(Conference arg0) |
void |
Demo.onUnBanSpeak(Conference arg0) |
限定符和类型 | 方法和说明 |
---|---|
void |
IEvent.onBanSpeak(Conference conf)
会议禁言
|
void |
IEvent.onInConference(Conference conf)
进入会议
|
void |
IEvent.onOutConference(Conference conf)
离开会议
|
void |
IEvent.onUnBanSpeak(Conference conf)
解除禁言
|
限定符和类型 | 方法和说明 |
---|---|
Conference |
WEBCTI.getMeetMe(java.lang.String phone)
根据号码获取会议信息
|