public abstract class UserCallListener extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId
The client id.
|
protected String |
userId
The user id.
|
| Constructor and Description |
|---|
UserCallListener(String userId,
String clientId)
Instantiates a new incoming call listener.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Gets the client id.
|
String |
getUserId()
Gets the user id.
|
abstract void |
onCallStateChanged(String callId,
String providerType,
String callState,
String ownerId,
String ownerType)
On call state changed.
|
abstract void |
onPartJoined(String callId,
String providerType,
String ownerId,
String ownerType,
String partId)
On participant joined.
|
abstract void |
onPartLeaved(String callId,
String providerType,
String ownerId,
String ownerType,
String partId)
On participant leaved.
|
protected final String userId
protected final String clientId
public String getUserId()
public String getClientId()
public abstract void onCallStateChanged(String callId, String providerType, String callState, String ownerId, String ownerType)
callId - the call idproviderType - the provider typecallState - the call statusownerId - the caller idownerType - the caller typepublic abstract void onPartJoined(String callId, String providerType, String ownerId, String ownerType, String partId)
callId - the call idproviderType - the provider typeownerId - the caller idownerType - the caller typepartId - the participant user idpublic abstract void onPartLeaved(String callId, String providerType, String ownerId, String ownerType, String partId)
callId - the call idproviderType - the provider typeownerId - the caller idownerType - the caller typepartId - the participant user idCopyright © 2003–2019 eXo Platform SAS. All rights reserved.