⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 appcalllegimpl.java

📁 中兴公司在parlayx开发方面的培训文档
💻 JAVA
字号:
package samples;

public class AppCallLegImpl extends org.csapi.cc.mpccs.IpAppCallLegPOA
{
	public AppCallLegImpl(){}

	public void eventReportRes(int callLegSessionID,
			org.csapi.cc.TpCallEventInfo eventInfo)
	{
		TheApplication.eventReportRes(callLegSessionID, eventInfo);
	}


	public void eventReportErr (int callLegSessionID,
			org.csapi.cc.TpCallError errorIndication){}
	public void attachMediaRes (int callLegSessionID){}
	public void attachMediaErr (int callLegSessionID,
			org.csapi.cc.TpCallError errorIndication){}
	public void detachMediaRes (int callLegSessionID){}
	public void detachMediaErr (int callLegSessionID,
			org.csapi.cc.TpCallError errorIndication){}
	public void getInfoRes (int callLegSessionID,
			org.csapi.cc.TpCallLegInfoReport callLegInfoReport){}
	public void getInfoErr (int callLegSessionID,
			org.csapi.cc.TpCallError errorIndication){}
	public void routeErr (int callLegSessionID,
			org.csapi.cc.TpCallError errorIndication){}
	public void superviseRes (int callLegSessionID, int report,
			int usedTime){}
	public void superviseErr (int callLegSessionID,
			org.csapi.cc.TpCallError errorIndication){}
	public void callLegEnded (int callLegSessionID,
		org.csapi.cc.TpReleaseCause cause){}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -