mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Can hang up conversation
This commit is contained in:
@ -71,6 +71,14 @@ public class SignalExchangerClient extends WebSocketListener {
|
||||
mWebSocket = mClient.newWebSocket(request, this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Close this socket
|
||||
*/
|
||||
public void close(){
|
||||
if(mWebSocket != null)
|
||||
mWebSocket.close(4999, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get current client configuration
|
||||
*
|
||||
|
Reference in New Issue
Block a user