Skip to content

Commit 7eae0ad

Browse files
committed
chore(android): serialize account configuration DTO transport
1 parent ae4ae58 commit 7eae0ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/carusto/ReactNativePjSip/dto/AccountConfigurationDTO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public JSONObject toJson() {
138138
json.put("name", getName());
139139
json.put("username", getUsername());
140140
json.put("domain", getDomain());
141+
json.put("transport", getTransport());
141142
json.put("contactParams", getContactParams());
142143
json.put("registration", registration);
143144
return json;

0 commit comments

Comments
 (0)