You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/SignalingClient/SignalingClient.java
+37-6Lines changed: 37 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
importjava.util.HashMap;
36
36
37
37
/**
38
-
* SignalingClient is a singleton that provides asynchronous access to lower level signaling facilities. Requests are sent typically from UI thread via methods
38
+
* SignalingClient provides asynchronous access to lower level signaling facilities. Requests are sent typically from UI thread via methods
39
39
* like open(), close(), etc towards signaling thread. Responses are received via Handler.handleMessage() (since this class is also a Handler)
40
40
* from signaling thread and sent for further processing to SignalingClientListener listener for register/configuration specific
41
41
* functionality and to SignalingClientCallListener listener for call related functionality. Hence, users of this API should implement
@@ -126,31 +126,43 @@ public interface UIMessageListener {
0 commit comments