public interface ICall
Modifier and Type | Method and Description |
---|---|
boolean |
checkIfRemoteUserIsSame(String userId)
Checks if the call has a same remote user identity or not.
|
void |
close()
Closes this object.
|
boolean |
equalsTo(ICall call)
Checks if the call is equal or not.
|
void close()
boolean checkIfRemoteUserIsSame(String userId)
userId
- the remote user identityboolean equalsTo(ICall call)
call
- the call to be compared