mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
Add sid to model
This commit is contained in:
parent
ae1feadbc2
commit
18f7b7fc72
@ -41,5 +41,7 @@ public class NCSignalingMessage {
|
||||
NCMessagePayload payload;
|
||||
@JsonField(name = "roomType")
|
||||
String roomType;
|
||||
@JsonField(name = "sid")
|
||||
String sid;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user