We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4ae58 commit 7eae0adCopy full SHA for 7eae0ad
android/src/main/java/com/carusto/ReactNativePjSip/dto/AccountConfigurationDTO.java
@@ -138,6 +138,7 @@ public JSONObject toJson() {
138
json.put("name", getName());
139
json.put("username", getUsername());
140
json.put("domain", getDomain());
141
+ json.put("transport", getTransport());
142
json.put("contactParams", getContactParams());
143
json.put("registration", registration);
144
return json;
0 commit comments