Open mahibi opened 1 year ago
example for lobby signaling message:
2023-03-02 13:21:27.158 30296-30429 MagicWebSocketInstance com.nextcloud.talk2 D Receiving : okhttp3.internal.ws.RealWebSocket@179291 {"type":"room","room":{"roomid":"3069793497","properties":{"name":"Private conversation","type":2,"lobby-state":1,"lobby-timer":null,"read-only":0,"listable":0,"active-since":null,"sip-enabled":0,"description":"joooo"}}}
More signaling messages should be handled.
This could also reduce usage of requests by recursive calls (for example for getRoomInfo, see https://github.com/nextcloud/talk-android/pull/2815)