- onActive(Talk) - 接口 中的方法com.alicom.rtc.CallListener
-
电话拨通了可以正常通话了。
- onCalleeConnecting(Talk) - 接口 中的方法com.alicom.rtc.CallListener
-
被叫已接听电话,正在连接中。
- onCalleeRinging(Talk) - 接口 中的方法com.alicom.rtc.CallListener
-
电话已通知到被叫方,被叫振铃中
- onCameraSwitchDone(boolean) - 接口 中的方法com.alicom.rtc.VideoTalkListener
-
- onConnected() - 类 中的方法com.alicom.rtc.AlicomRTC
-
内部接口,外部不应调用
- onConnected(Talk) - 接口 中的方法com.alicom.rtc.TalkListener
-
通话成功连接到媒体服务器
- onCustomMessageDeliverFailed(long, int, String) - 接口 中的方法com.alicom.rtc.CustomMessageDeliverListener
-
任何原因导致的发送失败或超时
- onCustomMessageDeliverSucceed(long) - 接口 中的方法com.alicom.rtc.CustomMessageDeliverListener
-
消息发送成功
- onCustomMessageReceived(long, long, String, String) - 接口 中的方法com.alicom.rtc.CustomMessageReceiver
-
- onDisconnected() - 类 中的方法com.alicom.rtc.AlicomRTC
-
- onDisconnecting(int, String) - 类 中的方法com.alicom.rtc.AlicomRTC
-
内部接口,外部不应调用
- onDtmfData(String, long, Talk) - 接口 中的方法com.alicom.rtc.CallListener
-
对端传来DTMF信息,每次回调只传入一个字符,如果是一连串输入的话则会多次回调,需要接入方自行根据时间戳处理
- onMediaFilePlayCompleted() - 接口 中的方法com.alicom.rtc.MediaFilePlayListener
-
- onMediaFilePlayFailed() - 接口 中的方法com.alicom.rtc.MediaFilePlayListener
-
- onMediaStatistics(MonitorStats, Talk) - 接口 中的方法com.alicom.rtc.TalkListener
-
通话中的监控数据回调
- onNetworkQuality(int, Talk) - 接口 中的方法com.alicom.rtc.TalkListener
-
通话中的网络质量回调
- onParticipantVideoAdded(Participant, Talk) - 接口 中的方法com.alicom.rtc.VideoTalkListener
-
对端打开了视频(对端打开视频模式时也会有该回调)
- onParticipantVideoRemoved(Participant, Talk) - 接口 中的方法com.alicom.rtc.VideoTalkListener
-
对端关闭了视频(对端关闭视频模式时也会有该回调)
- onPeerVideoModeChanged(boolean, Talk) - 接口 中的方法com.alicom.rtc.VideoCallListener
-
远端打开/关闭视频模式(本地也会相应打开/关闭视频模式)
- onReceivingAudioCall(Call) - 接口 中的方法com.alicom.rtc.ServiceListener
-
收到点对点音频来电
- onReceivingCall(Call) - 类 中的方法com.alicom.rtc.AlicomRTC
-
内部接口,外部不应调用
- onReceivingCustomMessage(long, long, String, String) - 类 中的方法com.alicom.rtc.AlicomRTC
-
内部接口,外部不应调用
- onReceivingVideoCall(VideoCall) - 类 中的方法com.alicom.rtc.AlicomRTC
-
内部接口,外部不应调用
- onReceivingVideoCall(VideoCall) - 接口 中的方法com.alicom.rtc.ServiceListener
-
收到点对点视频频来电
- onServiceAvailable() - 接口 中的方法com.alicom.rtc.ServiceListener
-
服务连接成功,当前处于可用状态
- onServiceIdle() - 接口 中的方法com.alicom.rtc.ServiceListener
-
服务已销毁,当前处于未连接状态
- onServiceUnavailable(int, String) - 接口 中的方法com.alicom.rtc.ServiceListener
-
服务连接失败、或者连接断开了,当前处于不可用状态,服务正在销毁,此时不能调用init操作。
- onStopped(int, String, Talk) - 接口 中的方法com.alicom.rtc.TalkListener
-
通话已结束。
- onStoppping(int, String, Talk) - 接口 中的方法com.alicom.rtc.TalkListener
-
通话正在断开
- openCamera() - 接口 中的方法com.alicom.rtc.VideoTalk
-
打开相机