Uses of Class
com.cometchat.pro.core.Call
-
Packages that use Call Package Description com.cometchat.pro.core -
-
Uses of Call in com.cometchat.pro.core
Methods in com.cometchat.pro.core that return Call Modifier and Type Method Description static CallCall. fromJson(java.lang.String response)static CallCometChat. getActiveCall()Returns Call object of Active callMethods in com.cometchat.pro.core with parameters of type Call Modifier and Type Method Description static voidCometChat. initiateCall(Call call, CometChat.CallbackListener<Call> listener)A method to initiate call between between two Users or a particular GroupvoidCometChat.OngoingCallListener. onCallEnded(Call call)abstract voidCometChat.CallListener. onIncomingCallCancelled(Call call)To receive incoming call cancelled eventsabstract voidCometChat.CallListener. onIncomingCallReceived(Call call)To receive incoming call eventsabstract voidCometChat.CallListener. onOutgoingCallAccepted(Call call)To receive outgoing call accepted eventsabstract voidCometChat.CallListener. onOutgoingCallRejected(Call call)To receive outgoing call rejected eventsMethod parameters in com.cometchat.pro.core with type arguments of type Call Modifier and Type Method Description static voidCometChat. acceptCall(java.lang.String sessionId, CometChat.CallbackListener<Call> listener)A method to accept call between between two Users or a particular Groupstatic voidCometChat. endCall(java.lang.String sessionId, CometChat.CallbackListener<Call> listener)A method to end call between between two Users or a particular Groupstatic voidCometChat. initiateCall(Call call, CometChat.CallbackListener<Call> listener)A method to initiate call between between two Users or a particular Groupstatic voidCometChat. rejectCall(java.lang.String sessionId, java.lang.String status, CometChat.CallbackListener<Call> listener)A method to reject call between between two Users or a particular Group
-