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/RCDevice.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -683,7 +683,7 @@ public RCConnection connect(HashMap<String, Object> parameters, RCConnectionList
683
683
*
684
684
* @param message Message text
685
685
* @param parameters Parameters used for the message, such as 'username' that holds the recepient for the message
686
-
* @return status for the send action
686
+
* @return Job Id (string) of the the job created to asynchronously handle the transmission of the message, so that we can correlate the status when it arrives later
Copy file name to clipboardExpand all lines: restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/RCDeviceListener.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ enum RCConnectivityStatus {
34
34
}
35
35
36
36
/**
37
-
* RCDevice initialized successfully. For regular scenarios (i.e. non-registrarless) this means that registration is successful.
38
-
* For registrarless scenarios this means that RCDevice is initialized properly (with no registration)
37
+
* RCDevice initialized either successfully or with error (check statusCode and statusText). For regular scenarios (i.e. non-registrarless) success
38
+
* means that this means that registration is successful. For registrar-less scenarios success means that RCDevice is initialized properly (with no registration)
0 commit comments