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