vvx09
vvx09
> You can only get RtcStats in the `LeaveChannel` event on Web. so do we have anyway to can get duration of the video call during the call ?
> The best way is to use your server. I do not found any API to get statis of the call for server side. how can we do that ?
``` [log] ---Xmpp Sending:--- [log] [log] D/[Connection]: Handle connection done [log] D/[Connection]: State: XmppConnectionState.ForcefullyClosed [log] D/[ReconnectionManager]: Connection forcefully closed! [log] D/[ReconnectionManager]: TimeOut is: 10000 reconnection counter 0 [log] ---Xmpp Receiving:---...
``` POST https://api.connectycube.com/session HEADERS {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.2.3, CB-Token: } BODY {"application_id":"5833","auth_key":"HL6VcqSOPFgQNWs","nonce":"1045337992","timestamp":"1666023704","signature":"b3c3d3a495b26116cac8d04043964beafc3ef28b","user":{"login":"eyJraWQiOiJDUXVlWDkzMmd0WEJZTUxKc0lMU0JTeW9nbTBsKzBtZjAxMzN0WVRWSWQwPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJhYmE4MDNhZC02YmNkLTQyMTktYjQ1MC00MmFhNGM5NzhjYmIiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoZWFzdC0xLmFtYXpvbmF3cy5jb21cL2FwLXNvdXRoZWFzdC0xX21lYjZtR1NjQiIsImNvZ25pdG86dXNlcm5hbWUiOiJhYmE4MDNhZC02YmNkLTQyMTktYjQ1MC00MmFhNGM5NzhjYmIiLCJjdXN0b206cHJvZmlsZV9pZCI6IjYzMDFkOTE4ZTFkMmQ4MDAwOWY5Y2ZhMyIsIm9yaWdpbl9qdGkiOiJiMmVkZDNiOS0wODQwLTQyYzgtOGY5OC01ZWIxNWVjMmFlOTciLCJhdWQiOiJ2a3AyMXU3aDJjdjBsY2VtbDVnczBzYWxsIiwiZXZlbnRfaWQiOiJmZTZmYTdmYS1kOTNmLTQwYjgtYmQ1Zi02YmI3NzIwODJjNTciLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2NjAyMjYwMSwibmFtZSI6IlZ1eCIsImV4cCI6MTY2NjAyNjIwMSwiY3VzdG9tOnJvbGUiOiIyIiwiaWF0IjoxNjY2MDIyNjAxLCJqdGkiOiIxZjA3MDQ3Mi01NWM5LTQ3NmYtYTRkNS1jNmEzYmYyYmJhNDIiLCJlbWFpbCI6InF1YW5ndmluaHZ1eCt4eGMxQGdtYWlsLmNvbSJ9.WgAM0W-FySEM9cT3vaKaGvWtbj-Pitfthl3dzXb-dL14J84aBZhORcCUJRP4U-eBKaNWYtDibd6maKgxHk5oxTUUAesjB-3felZdQmoYq6Zi1UCOne_bRZdF_BaUcCo6s5QE6eFKGFV6z7fzNKVNV5lKaGvKFYfm9qknr7Fk1tkSXW-QwD2e_oHHZdrCdWIiTzTkpT2sRZCb3aVst7PyrBDXSBdGycwsJLk_VClL4mcjv00xyD1ZkUfql2MJcIIbVdvl0nrOyrq7uV5ctCiwaeKPxhpG5QcsyY3lpZLjLNyPGytcNZVtPx87119qdZ025f2XFOf_oiVQTuwpHuzG3w","password":"E49EAEB0EC60EA4557BF919F4DDCCA54857F"}} CB-SDK: : ********************************************************* *** RESPONSE *** 201 *** 4fc7ed7a-4989-467f-aba0-ef5d594148b9 *** HEADERS {cb-token-expirationdate: 2022-10-17 18:21:46 UTC,...
@TatankaConCube i sent full log start from create session, and it keep continue Reconnecting and closed
hi @TatankaConCube, I have tried to reproduce it on the samples project but can't. I'm using a custom identity provider, I log in to multiple devices then it happens.
I checked and saw log destroyed from ChatConnection, there are some strange things: - Account B can still text and receive messages from other accounts (but cannot text C, the...