Skip to content

Instantly share code, notes, and snippets.

@KartikShrivastava
Created January 26, 2022 10:50
Show Gist options
  • Save KartikShrivastava/57a4d4f2216a958b70daf21adc1ea2c7 to your computer and use it in GitHub Desktop.
Save KartikShrivastava/57a4d4f2216a958b70daf21adc1ea2c7 to your computer and use it in GitHub Desktop.
p2p_call_sample | windows os | call initialted from android device and received from chrome browser(windows)
Showing Moto E 4 logs:
I/flutter (22592): Observatory listening on http://127.0.0.1:41210/XeAJ7TFHsiI=/
I/flutter (22592): CB-SDK: : =========================================================
I/flutter (22592): === REQUEST ==== 1a163af2-1c6e-43c9-8754-da9e2fb3297e ===
I/flutter (22592): REQUEST
I/flutter (22592): POST https://api.connectycube.com/session
I/flutter (22592): HEADERS
I/flutter (22592): {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.7, CB-Token: }
I/flutter (22592): BODY
I/flutter (22592): {"application_id":"5569","auth_key":"QNySeOHdAHbWyhT","nonce":"374533562","timestamp":"1643193989","signature":"fdc3e1580f900149db52da18e3e7e5e065eeae2e","user":{"login":"wikele9855","email":"wikele9855@latovic.com","password":"wdZW4kKC2TWd2USDJEhAoeUVVND3"}}
I/flutter (22592):
I/flutter (22592): CB-SDK: : *********************************************************
I/flutter (22592): *** RESPONSE *** 201 *** 1a163af2-1c6e-43c9-8754-da9e2fb3297e ***
I/flutter (22592): HEADERS
I/flutter (22592): {cb-token-expirationdate: 2022-01-26 12:46:29 UTC, connection: keep-alive, date: Wed, 26 Jan 2022 10:46:29 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 624, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (22592): BODY
I/flutter (22592): {"session":{"created_at":"2022-01-26T10:46:29.236Z","updated_at":"2022-01-26T10:46:29.236Z","application_id":5569,"token":"FB421EBB4F4A7EDDE8F87A3F77E67BAA061B","nonce":374533562,"ts":1643193989,"user_id":5164534,"user":{"_id":"619fa446849497002820f6b6","id":5164534,"created_at":"2021-11-25T14:57:10Z","updated_at":"2022-01-26T10:23:01Z","last_request_at":"2022-01-26T10:23:01Z","login":"wikele9855","email":"wikele9855@latovic.com","full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5164534}}
I/flutter (22592):
I/flutter (22592): CB-SDK: CubeChatConnection: [login] userId: 5164534, null
I/flutter (22592): CB-SDK: CubeChatConnection: Chat connection SocketOpening
I/flutter (22592): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter (22592): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter (22592): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter (22592): CB-SDK: CubeChatConnection: Chat connection Ready
W/FlutterJNI(22592): FlutterJNI.setRefreshRateFPS called more than once
W/FlutterJNI(22592): FlutterJNI.loadLibrary called more than once
W/FlutterJNI(22592): FlutterJNI.prefetchDefaultFontManager called more than once
W/FlutterJNI(22592): FlutterJNI.init called more than once
I/flutter (22592): CB-SDK: PushNotificationsManager: [getToken] FCM token: eoc3u0AeR6Gvf8ldVHoUPa:APA91bH5Q8XnA-UNtiPWSr_bQp0RFVOx4IIC_cb4IacfEkQkCBnMKmiO3L9TZ2T-7YHdUrTV1sVa2rBolm7oTCgkICsENNU12WdwC7QgtuxeRnnvTR6SsR2VjcJiWniVIkCJFuhSJEg7
I/flutter (22592): CB-SDK: PushNotificationsManager: [subscribe] token: eoc3u0AeR6Gvf8ldVHoUPa:APA91bH5Q8XnA-UNtiPWSr_bQp0RFVOx4IIC_cb4IacfEkQkCBnMKmiO3L9TZ2T-7YHdUrTV1sVa2rBolm7oTCgkICsENNU12WdwC7QgtuxeRnnvTR6SsR2VjcJiWniVIkCJFuhSJEg7
I/flutter (22592): CB-SDK: : =========================================================
I/flutter (22592): === REQUEST ==== 5108f269-be4a-437e-bae5-ee597fc243af ===
I/flutter (22592): REQUEST
I/flutter (22592): POST https://api.connectycube.com/subscriptions
I/flutter (22592): HEADERS
I/flutter (22592): {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.7, CB-Token: FB421EBB4F4A7EDDE8F87A3F77E67BAA061B}
I/flutter (22592): BODY
I/flutter (22592): {"notification_channel":"gcm","device":{"udid":"b24a1395f51c2174","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"eoc3u0AeR6Gvf8ldVHoUPa:APA91bH5Q8XnA-UNtiPWSr_bQp0RFVOx4IIC_cb4IacfEkQkCBnMKmiO3L9TZ2T-7YHdUrTV1sVa2rBolm7oTCgkICsENNU12WdwC7QgtuxeRnnvTR6SsR2VjcJiWniVIkCJFuhSJEg7","bundle_identifier":"com.vyomaan.dietitiannearme"}}
I/flutter (22592):
I/flutter (22592): CB-SDK: : *********************************************************
I/flutter (22592): *** RESPONSE *** 201 *** 5108f269-be4a-437e-bae5-ee597fc243af ***
I/flutter (22592): HEADERS
I/flutter (22592): {cb-token-expirationdate: 2022-01-26 12:46:37 UTC, connection: keep-alive, date: Wed, 26 Jan 2022 10:46:37 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 536, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (22592): BODY
I/flutter (22592): [{"subscription":{"id":2926791,"_id":"61f11f8a113a8b0063d234ee","user_id":5164534,"bundle_identifier":"com.vyomaan.dietitiannearme","client_identification_sequence":"eoc3u0AeR6Gvf8ldVHoUPa:APA91bH5Q8XnA-UNtiPWSr_bQp0RFVOx4IIC_cb4IacfEkQkCBnMKmiO3L9TZ2T-7YHdUrTV1sVa2rBolm7oTCgkICsENNU12WdwC7QgtuxeRnnvTR6SsR2VjcJiWniVIkCJFuhSJEg7","notification_channel_id":3,"udid":"b24a1395f51c2174","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"b24a1395f51c2174","platform":{"name":"android"}}}}]
I/flutter (22592):
I/flutter (22592): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter (22592): CB-SDK: : {parameters: {message: Incoming Audio call, call_type: 2, session_id: fdf0ee85-1be7-48a3-b051-e2c08086dd25, caller_id: 5164534, caller_name: wikele9855, call_opponents: 5247762, ios_voip: 1, signal_type: startCall, custom_navigate_to_view: /connectyCubeWebrtc}, notificationType: push, environment: development, eventType: null, usersIds: [5247762], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter (22592): CB-SDK: : =========================================================
I/flutter (22592): === REQUEST ==== 2b166391-7bf3-46c3-81a3-917aa0cf0ce9 ===
I/flutter (22592): REQUEST
I/flutter (22592): POST https://api.connectycube.com/events
I/flutter (22592): HEADERS
I/flutter (22592): {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.7, CB-Token: FB421EBB4F4A7EDDE8F87A3F77E67BAA061B}
I/flutter (22592): BODY
I/flutter (22592): {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgQXVkaW8gY2FsbCIsImNhbGxfdHlwZSI6Miwic2Vzc2lvbl9pZCI6ImZkZjBlZTg1LTFiZTctNDhhMy1iMDUxLWUyYzA4MDg2ZGQyNSIsImNhbGxlcl9pZCI6NTE2NDUzNCwiY2FsbGVyX25hbWUiOiJ3aWtlbGU5ODU1IiwiY2FsbF9vcHBvbmVudHMiOiI1MjQ3NzYyIiwiaW9zX3ZvaXAiOjEsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIiwiY3VzdG9tX25hdmlnYXRlX3RvX3ZpZXciOiIvY29ubmVjdHlDdWJlV2VicnRjIn0=","user":{"ids":"5247762"}}}
I/flutter (22592):
I/flutter (22592): CB-SDK: : start call null
I/FlutterWebRTCPlugin(22592): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
D/FlutterWebRTCPlugin(22592): MediaStream id: 7c2e4db5-722c-45b4-8ba1-263c72c2c49e
I/flutter (22592): CB-SDK: _ConversationCallScreenState: _addLocalMediaStream
I/flutter (22592): CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 5164534
D/FlutterWebRTCPlugin(22592): onAudioManagerDevicesChanged: [EARPIECE, SPEAKER_PHONE], selected: SPEAKER_PHONE
I/flutter (22592): CB-SDK: PeerConnection: _createOffer for opponent 5247762
D/FlutterWebRTCPlugin(22592): onIceGatheringChangeGATHERING
D/FlutterWebRTCPlugin(22592): onIceCandidate
D/FlutterWebRTCPlugin(22592): onIceCandidate
D/FlutterWebRTCPlugin(22592): onIceCandidate
D/FlutterWebRTCPlugin(22592): onIceCandidate
D/FlutterWebRTCPlugin(22592): onIceCandidate
I/flutter (22592): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5247762
I/flutter (22592): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5247762
I/flutter (22592): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5247762
D/FlutterWebRTCPlugin(22592): onIceCandidate
D/FlutterWebRTCPlugin(22592): onIceCandidate
D/FlutterWebRTCPlugin(22592): onIceCandidate
I/flutter (22592): CB-SDK: : *********************************************************
I/flutter (22592): *** RESPONSE *** 201 *** 2b166391-7bf3-46c3-81a3-917aa0cf0ce9 ***
I/flutter (22592): HEADERS
I/flutter (22592): {cb-token-expirationdate: 2022-01-26 12:47:48 UTC, connection: keep-alive, date: Wed, 26 Jan 2022 10:47:48 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1398, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (22592): BODY
I/flutter (22592): [{"event":{"_id":"61f126d4b5320e004dfab586","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgQXVkaW8gY2FsbCIsImNhbGxfdHlwZSI6Miwic2Vzc2lvbl9pZCI6ImZkZjBlZTg1LTFiZTctNDhhMy1iMDUxLWUyYzA4MDg2ZGQyNSIsImNhbGxlcl9pZCI6NTE2NDUzNCwiY2FsbGVyX25hbWUiOiJ3aWtlbGU5ODU1IiwiY2FsbF9vcHBvbmVudHMiOiI1MjQ3NzYyIiwiaW9zX3ZvaXAiOjEsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIiwiY3VzdG9tX25hdmlnYXRlX3RvX3ZpZXciOiIvY29ubmVjdHlDdWJlV2VicnRjIn0=","user_id":5164534,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-01-26T10:47:48Z","updated_at":"2022-01-26T10:47:48Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":774608729}},{"event":{"_id":"61f126d4b5320e004dfab587","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgQXVkaW8gY2FsbCIsImNhbGxfdHlwZSI6Miwic2Vzc2lvbl9pZCI6ImZkZjBlZTg1LTFiZTctNDhhMy1iMDUxLWUyYzA4MDg2ZGQyNSIsImNhbGxlcl9pZCI6NTE2NDUzNCwiY2FsbGVyX25hbWUiOiJ3aWtlbGU5ODU1IiwiY2FsbF9vcHBvbmVudHMiOiI1MjQ3NzYyIiwiaW9zX3ZvaXA
I/flutter (22592):
I/flutter (22592): CB-SDK: : Event for offliners created: [{id: 774608729, created_at: 2022-01-26T10:47:48.000Z, updated_at: 2022-01-26T10:47:48.000Z, notification_type: null, environment: development, message: {message: Incoming Audio call, call_type: 2, session_id: fdf0ee85-1be7-48a3-b051-e2c08086dd25, caller_id: 5164534, caller_name: wikele9855, call_opponents: 5247762, ios_voip: 1, signal_type: startCall, custom_navigate_to_view: /connectyCubeWebrtc}, event_type: one_shot, notification_channel: gcm, user_id: 5164534}, {id: 344406888, created_at: 2022-01-26T10:47:48.000Z, updated_at: 2022-01-26T10:47:48.000Z, notification_type: null, environment: production, message: {message: Incoming Audio call, call_type: 2, session_id: fdf0ee85-1be7-48a3-b051-e2c08086dd25, caller_id: 5164534, caller_name: wikele9855, call_opponents: 5247762, ios_voip: 1, signal_type: startCall, custom_navigate_to_view: /connectyCubeWebrtc}, event_type: one_shot, notification_channel: gcm, user_id: 5164534}]
I/flutter (22592): CB-SDK: PeerConnection: processAnswer, user id = 5247762
I/flutter (22592): CB-SDK: PeerConnection: processAnswer, _remoteCandidates.lenght = 0
I/flutter (22592): CB-SDK: PeerConnection: processAnswer, _peerConnection != null
I/flutter (22592): CB-SDK: PeerConnection: _drainIceCandidates
I/flutter (22592): CB-SDK: PeerConnection: _drainIceCandidates, onSendIceCandidates
I/flutter (22592): CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
D/FlutterWebRTCPlugin(22592): onAddTrack
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 5247762
I/flutter (22592): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 5247762
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 0.0.0.0
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3878720620 1 udp 2122260223 192.168.43.147 65223 typ host generation 0 ufrag hwKi network-id 1 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 0.0.0.0
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:77142221 1 udp 2122194687 192.168.137.1 65224 typ host generation 0 ufrag hwKi network-id 2 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
D/FlutterWebRTCPlugin(22592): onConnectionChangeCONNECTING
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 0.0.0.0
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:2847107228 1 tcp 1518280447 192.168.43.147 9 typ host tcptype active generation 0 ufrag hwKi network-id 1 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 65223 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 192.168.43.147
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=candidate:3878720620 1 udp 2122260223 192.168.43.147 65223 typ host generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:77142221 1 udp 2122194687 192.168.137.1 65224 typ host generation 0 network-id 2 network-cost 10
I/flutter (22592): a=candidate:2847107228 1 tcp 1518280447 192.168.43.147 9 typ host tcptype active generation 0 network-id 1 network-cost 10
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1243276349 1 tcp 1518214911 192.168.137.1 9 typ host tcptype active generation 0 ufrag hwKi network-id 2 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 65223 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 192.168.43.147
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=candidate:3878720620 1 udp 2122260223 192.168.43.147 65223 typ host generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:77142221 1 udp 2122194687 192.168.137.1 65224 typ host generation 0 network-id 2 network-cost 10
I/flutter (22592): a=candidate:2847107228 1 tcp 1518280447 192.168.43.147 9 typ host tcptype active generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:1243276349 1 tcp 1518214911 192.168.137.1 9 typ host tcptype active generation 0 network-id 2 network-cost 10
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:733850623 1 udp 1686052607 49.14.96.147 65223 typ srflx raddr 192.168.43.147 rport 65223 generation 0 ufrag hwKi network-id 1 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 65223 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 49.14.96.147
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=candidate:3878720620 1 udp 2122260223 192.168.43.147 65223 typ host generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:77142221 1 udp 2122194687 192.168.137.1 65224 typ host generation 0 network-id 2 network-cost 10
I/flutter (22592): a=candidate:2847107228 1 tcp 1518280447 192.168.43.147 9 typ host tcptype active generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:1243276349 1 tcp 1518214911 192.168.137.1 9 typ host tcptype active generation 0 network-id 2 network-cost 10
I/flutter (22592): a=candidate:733850623 1 udp 1686052607 49.14.96.147 65223 typ srflx raddr 192.168.43.147 rport 65223 generation 0 network-id 1 network-cost 10
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
D/FlutterWebRTCPlugin(22592): onIceGatheringChangeCOMPLETE
D/FlutterWebRTCPlugin(22592): onSelectedCandidatePairChanged
D/FlutterWebRTCPlugin(22592): onConnectionChangeCONNECTED
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1026230121 1 udp 41885695 3.121.84.95 50388 typ relay raddr 49.14.96.147 rport 65223 generation 0 ufrag hwKi network-id 1 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
I/flutter (22592): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 5247762
I/flutter (22592): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 5247762
I/flutter (22592): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateConnected for opponent 5247762
I/flutter (22592): CB-SDK: : onConnectedToUser userId= 5247762
I/flutter (22592): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, user id = 5247762, received 1 candidates
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
I/flutter (22592): o=- 5123419721863602005 2 IN IP4 127.0.0.1
I/flutter (22592): s=-
I/flutter (22592): t=0 0
I/flutter (22592): a=group:BUNDLE 0
I/flutter (22592): a=extmap-allow-mixed
I/flutter (22592): a=msid-semantic: WMS OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz
I/flutter (22592): m=audio 50388 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126
I/flutter (22592): c=IN IP4 3.121.84.95
I/flutter (22592): a=rtcp:9 IN IP4 0.0.0.0
I/flutter (22592): a=candidate:3878720620 1 udp 2122260223 192.168.43.147 65223 typ host generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:77142221 1 udp 2122194687 192.168.137.1 65224 typ host generation 0 network-id 2 network-cost 10
I/flutter (22592): a=candidate:2847107228 1 tcp 1518280447 192.168.43.147 9 typ host tcptype active generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:1243276349 1 tcp 1518214911 192.168.137.1 9 typ host tcptype active generation 0 network-id 2 network-cost 10
I/flutter (22592): a=candidate:733850623 1 udp 1686052607 49.14.96.147 65223 typ srflx raddr 192.168.43.147 rport 65223 generation 0 network-id 1 network-cost 10
I/flutter (22592): a=candidate:1026230121 1 udp 41885695 3.121.84.95 50388 typ relay raddr 49.14.96.147 rport 65223 generation 0 network-id 1 network-cost 10
I/flutter (22592): a=ice-ufrag:hwKi
I/flutter (22592): a=ice-pwd:7NiC8B183XTuwVmtCJQ04UDs
I/flutter (22592): a=ice-options:trickle
I/flutter (22592): a=fingerprint:sha-256 BB:15:AD:FC:78:89:7C:0E:96:F9:1E:B7:0D:5F:93:59:80:E7:ED:AD:80:A8:38:83:DF:A4:AE:74:52:E7:63:FB
I/flutter (22592): a=setup:active
I/flutter (22592): a=mid:0
I/flutter (22592): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
I/flutter (22592): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
I/flutter (22592): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
I/flutter (22592): a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
I/flutter (22592): a=sendrecv
I/flutter (22592): a=msid:OdaDAbnx1GG1LNaskFIlu1GsGBuvT9MVCLwz 14f3e831-506c-46ea-87aa-53cf627409c9
I/flutter (22592): a=rtcp-mux
I/flutter (22592): a=rtpmap:111 opus/48000/2
I/flutter (22592): a=rtcp-fb:111 transport-cc
I/flutter (22592): a=fmtp:111 minptime=10;useinbandfec=1
I/flutter (22592): a=rtpmap:103 ISAC/16000
I/flutter (22592): a=rtpmap:9 G722/8000
I/flutter (22592): a=rtpmap:0 PCMU/8000
I/flutter (22592): a=rtpmap:8 PCMA/8000
I/flutter (22592): a=rtpmap:105 CN/16000
I/flutter (22592): a=rtpmap:13 CN/8000
I/flutter (22592): a=rtpmap:110 telephone-event/48000
I/flutter (22592): a=rtpmap:113 telephone-event/16000
I/flutter (22592): a=rtpmap:126 telephone-event/8000
I/flutter (22592): a=ssrc:3986989271 cname:kmfoYrizPNxli3cy
I/flutter (22592): , type: answer}
I/flutter (22592): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:2532103853 1 udp 25108223 35.158.208.53 34083 typ relay raddr 49.14.96.147 rport 56148 generation 0 ufrag hwKi network-id 1 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
I/flutter (22592): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateCompleted for opponent 5247762
I/flutter (22592): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateDisconnected for opponent 5247762
I/flutter (22592): CB-SDK: : onDisconnectedFromUser userId= 5247762
I/flutter (22592): CB-SDK: P2PSession: processHungUpFromUser, sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, senderId = 5247762
I/flutter (22592): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0
I/flutter (22592): CB-SDK: BaseSession: closeCurrentSession
D/FlutterWebRTCPlugin(22592): onConnectionChangeCLOSED
I/flutter (22592): CB-SDK: BaseSession: _notifySessionClosed
I/flutter (22592): CB-SDK: _ConversationCallScreenState: _onSessionClosed
I/flutter (22592): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5247762
I/flutter (22592): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5247762
I/flutter (22592): CB-SDK: PushNotificationsManager: [getToken] FCM token: eoc3u0AeR6Gvf8ldVHoUPa:APA91bH5Q8XnA-UNtiPWSr_bQp0RFVOx4IIC_cb4IacfEkQkCBnMKmiO3L9TZ2T-7YHdUrTV1sVa2rBolm7oTCgkICsENNU12WdwC7QgtuxeRnnvTR6SsR2VjcJiWniVIkCJFuhSJEg7
I/flutter (22592): CB-SDK: PushNotificationsManager: [subscribe] token: eoc3u0AeR6Gvf8ldVHoUPa:APA91bH5Q8XnA-UNtiPWSr_bQp0RFVOx4IIC_cb4IacfEkQkCBnMKmiO3L9TZ2T-7YHdUrTV1sVa2rBolm7oTCgkICsENNU12WdwC7QgtuxeRnnvTR6SsR2VjcJiWniVIkCJFuhSJEg7
I/flutter (22592): CB-SDK: PushNotificationsManager: [subscribe] skip subscription for same token
I/flutter (22592): CB-SDK: _ConversationCallScreenState: [dispose] dispose renderer for 5164534
Launching lib\main.dart on Chrome in debug mode...
This app is linked to the debug service: ws://127.0.0.1:56054/8Qw4o3O-7yM%3D/ws
Debug service listening on ws://127.0.0.1:56054/8Qw4o3O-7yM=/ws
Running with sound null safety
Connecting to VM Service at ws://127.0.0.1:56054/8Qw4o3O-7yM=/ws
CB-SDK: : =========================================================
=== REQUEST ==== fb447e2e-91d2-41ad-b571-edc5cfc8cf7e ===
REQUEST
POST https://api.connectycube.com/session
HEADERS
{Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.7, CB-Token: }
BODY
{"application_id":"5569","auth_key":"QNySeOHdAHbWyhT","nonce":"1021120075","timestamp":"1643194052","signature":"0c689c5a0d79c75d53f27c83499b6436a4933fe7","user":{"login":"mitoc46173","email":"mitoc46173@videour.com","password":"JULRpBeid9e1APLw4sKBrIH3Os62"}}
CB-SDK: : *********************************************************
*** RESPONSE *** 201 *** fb447e2e-91d2-41ad-b571-edc5cfc8cf7e ***
HEADERS
{cb-token-expirationdate: 2022-01-26 12:47:33 UTC, content-length: 625, content-type: application/json; charset=utf-8}
BODY
{"session":{"created_at":"2022-01-26T10:47:33.581Z","updated_at":"2022-01-26T10:47:33.581Z","application_id":5569,"token":"58971CCF9946E84C6058C87E90C62728082F","nonce":1021120075,"ts":1643194052,"user_id":5247762,"user":{"_id":"61bf415561b1b4004a69a16d","id":5247762,"created_at":"2021-12-19T14:27:33Z","updated_at":"2022-01-26T10:29:15Z","last_request_at":"2022-01-26T10:29:15Z","login":"mitoc46173","email":"mitoc46173@videour.com","full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5247762}}
CB-SDK: CubeChatConnection: [login] userId: 5247762, null
[log] D/[Connection]: State: XmppConnectionState.SocketOpening
[log] D/[Connection]: State: XmppConnectionState.SocketOpened
[log] ---Xmpp Sending:---
[XmppWebSocketHtml][connect] host: chat.connectycube.com, port: 5291
[log] <?xml version='1.0'?>
<stream:stream xmlns='jabber…eams'
to='chat.connectycube.com'
xml:lang='en'
>
CB-SDK: CubeChatConnection: Chat connection SocketOpening
CB-SDK: CubeChatConnection: Chat connection SocketOpened
[log] ---Xmpp Receiving:---
[log] <?xml version='1.0'?><stream:stream xmlns='jabber:…9-9dcb-90d130f78a52' version='1.0' xml:lang='en'>
[log] D/[Connection]: processInitialStream
[log] ---Xmpp Receiving:---
[log] <stream:features><sm xmlns="urn:xmpp:sm:3"/><mecha…hod>zlib</method></compression></stream:features>
[log] D/[ConnectionNegotiatorManager]: Negotiating features
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator true
[log] ---Xmpp Sending:---
[log] <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mec…U2OQBKVUxScEJlaWQ5ZTFBUEx3NHNLQnJJSDNPczYy</auth>
[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {…tate: NegotiatorState.NEGOTIATING}, isReady: true
[log] ---Xmpp Receiving:---
[log] <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>
[log] ---Xmpp Sending:---
[log] <?xml version='1.0'?>
<stream:stream xmlns='jabber…eams'
to='chat.connectycube.com'
xml:lang='en'
>
[log] D/[Connection]: State: XmppConnectionState.Authenticated
CB-SDK: CubeChatConnection: Chat connection Authenticated
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator true
[log] ---Xmpp Sending:---
[log] <enable xmlns="urn:xmpp:sm:3" resume="true"/>
[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {…tate: NegotiatorState.NEGOTIATING}, isReady: true
[log] D/[ConnectionNegotiatorManager]: Feature Started Parsing
[log] ---Xmpp Receiving:---
[log] <?xml version='1.0'?><stream:stream xmlns='jabber:…9-9dcb-90d130f78a52' version='1.0' xml:lang='en'>
[log] D/[Connection]: processInitialStream
[log] ---Xmpp Receiving:---
[log] <enabled xmlns='urn:xmpp:sm:3' id='70ff8750-9ea6-4…x='60' location='ip-172-31-2-132.ec2.internal' />
[log] ---Xmpp Receiving:---
[log] <stream:features><sm xmlns="urn:xmpp:sm:3"/><mobil…f:params:xml:ns:xmpp-session"/></stream:features>
[log] D/[ConnectionNegotiatorManager]: Negotiating features
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator true
[log] ---Xmpp Sending:---
[log] <iq id="WEBQCMPLK" type="set">
<bind xmlns="urn:….4692.99 Safari/537.36</resource>
</bind>
</iq>
[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {…tate: NegotiatorState.NEGOTIATING}, isReady: true
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="0"/>
[log] ---Xmpp Receiving:---
[log] <iq id="WEBQCMPLK" xmlns="jabber:client" to="52477…rome/97.0.4692.99 Safari/537.36</jid></bind></iq>
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator false
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator true
[log] ---Xmpp Sending:---
[log] <iq id="JESQTWPFK" type="set" to="chat.connectycub…lns="urn:ietf:params:xml:ns:xmpp-session"/>
</iq>
[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {…tate: NegotiatorState.NEGOTIATING}, isReady: true
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="1"/>
[log] ---Xmpp Receiving:---
[log] <iq id="JESQTWPFK" xmlns="jabber:client" to="52477….36" from="chat.connectycube.com" type="result"/>
[log] D/[Connection]: State: XmppConnectionState.SessionInitialized
CB-SDK: CubeChatConnection: Chat connection SessionInitialized
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator false
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator true
[log] ---Xmpp Sending:---
[log] <iq id="OEJLERIQV" type="get" from="5247762-5569@c…s="http://jabber.org/protocol/disco#info"/>
</iq>
[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {…tate: NegotiatorState.NEGOTIATING}, isReady: true
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="2"/>
[log] ---Xmpp Receiving:---
[log] <iq id="OEJLERIQV" xmlns="jabber:client" to="52477…n:ietf:params:xml:ns:xmpp-session"/></query></iq>
[log] E/[ConnectionNegotiatorManager]: ADDING FEATURES c…, Instance of 'Feature$', Instance of 'Feature$']
[log] D/[ConnectionNegotiatorManager]: Adding negotiator…ate.IDLE}, isReady: true [Instance of 'Feature$']
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator false
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator true
[log] ---Xmpp Sending:---
[log] <iq id="LOCEUMVKD" type="set" xmlns="jabber:client">
<enable xmlns="urn:xmpp:carbons:2"/>
</iq>
[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {…tate: NegotiatorState.NEGOTIATING}, isReady: true
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="3"/>
[log] ---Xmpp Receiving:---
[log] <iq id="LOCEUMVKD" xmlns="jabber:client" to="52477…hrome/97.0.4692.99 Safari/537.36" type="result"/>
[log] D/[ConnectionNegotiatorManager]: Found matching negotiator false
[log] D/[ConnectionNegotiatorManager]: No matching negotiator
[log] D/[Connection]: State: XmppConnectionState.Ready
[log] ---Xmpp Sending:---
[log] <iq id="HHCPGTOSA" type="get">
<query xmlns="jabber:iq:roster"/>
</iq>
[log] ---Xmpp Sending:---
CB-SDK: CubeChatConnection: Chat connection Ready
[log] <presence/>
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="4"/>
[log] ---Xmpp Receiving:---
[log] <iq id="HHCPGTOSA" xmlns="jabber:client" to="52477…e="result"><query xmlns="jabber:iq:roster"/></iq>
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="5"/>
[log] ---Xmpp Receiving:---
[log] <presence xmlns="jabber:client" to="5247762-5569@c… like Gecko) Chrome/97.0.4692.99 Safari/537.36"/>
[log] D/[StanzaParser]: No id found for stanza
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="6"/>
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='6'/>
[log] D/[StreamManagementModule]: Delivered: WEBQCMPLK
[log] D/[StreamManagementModule]: Delivered: JESQTWPFK
[log] D/[StreamManagementModule]: Delivered: OEJLERIQV
[log] D/[StreamManagementModule]: Delivered: LOCEUMVKD
[log] D/[StreamManagementModule]: Delivered: HHCPGTOSA
[log] D/[StreamManagementModule]: Delivered stanza without id presence
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='6'/>
[log] ---Xmpp Receiving:---
[log] <message xmlns="jabber:client" to="5247762-5569@ch…9a60-bff50ab318b0
</sdp></extraParams></message>
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="7"/>
[log] ---Xmpp Receiving:---
[log] <message xmlns="jabber:client" to="5247762-5569@ch…9a60-bff50ab318b0
</sdp></extraParams></message>
CB-SDK: PeerConnection: startAnswer
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="8"/>
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='6'/>
CB-SDK: _ConversationCallScreenState: _addLocalMediaStream
CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 5247762
CB-SDK: _ConversationCallScreenState: _addLocalMediaStream
CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 5247762
CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveRemoteOffer for opponent 5164534
CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 5164534
[log] ---Xmpp Sending:---
[log] <message id="JRUHDKQXR" type="headline" to="516453…:kmfoYrizPNxli3cy
</sdp></extraParams></message>
CB-SDK: PeerConnection: _drainIceCandidates
CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5164534
CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5164534
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
[log] <message id="JIODMHIHA" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
[log] <message id="LMVLKEPDF" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] <message id="TSPWPOJHD" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
[log] <message id="XVHGKVWSL" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
[log] ---Xmpp Receiving:---
[log] <message xmlns="jabber:client" to="5247762-5569@ch…9a60-bff50ab318b0
</sdp></extraParams></message>
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="9"/>
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
[log] <message id="DMFMMHBAT" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
[log] <message id="JYIARKNLC" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
[log] ---Xmpp Sending:---
[log] <message id="LLTHVKLHQ" type="headline" to="516453…andidate></iceCandidates></extraParams></message>
[log] ---Xmpp Receiving:---
[log] <message xmlns="jabber:client" to="5247762-5569@ch…andidate></iceCandidates></extraParams></message>
CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = fdf0ee85-1be7-48a3-b051-e2c08086dd25, callerId = 5164534, opponents = {5247762}, conferenceType = 2, userInfo = null}
CB-SDK: PeerConnection: processIceCandidates, user id = 5164534, received 8 candidates
CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0
o=- 4648542995412088254 2 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0
a=extmap-allow-mixed
a=msid-semantic: WMS 7c2e4db5-722c-45b4-8ba1-263c72c2c49e
m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 102 0 8 105 13 110 113 126
c=IN IP4 0.0.0.0
a=rtcp:9 IN IP4 0.0.0.0
a=ice-ufrag:O/Bo
a=ice-pwd:hare5hsFMAWze/x5smzkcbqs
a=ice-options:trickle renomination
a=fingerprint:sha-256 EC:DE:54:EE:6F:1A:05:C9:EC:04:69:ED:09:77:1D:0A:AE:AE:05:67:88:09:B9:D7:EE:8B:1A:4B:2B:92:46:10
a=setup:actpass
a=mid:0
a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id
a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id
a=sendrecv
a=msid:7c2e4db5-722c-45b4-8ba1-263c72c2c49e 7e9dab91-7708-474e-9a60-bff50ab318b0
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=rtcp-fb:111 transport-cc
a=fmtp:111 minptime=10;useinbandfec=1
a=rtpmap:103 ISAC/16000
a=rtpmap:9 G722/8000
a=rtpmap:102 ILBC/8000
a=rtpmap:0 PCMU/8000
[log] ---Xmpp Receiving:---
[log] <r xmlns='urn:xmpp:sm:3' />
[log] ---Xmpp Sending:---
[log] <a xmlns="urn:xmpp:sm:3" h="10"/>
a=rtpmap:8 PCMA/8000
a=rtpmap:105 CN/16000
a=rtpmap:13 CN/8000
a=rtpmap:110 telephone-event/48000
a=rtpmap:113 telephone-event/16000
a=rtpmap:126 telephone-event/8000
a=ssrc:3822383518 cname:5LWLsILhw4+K/5GK
a=ssrc:3822383518 msid:7c2e4db5-722c-45b4-8ba1-263c72c2c49e 7e9dab91-7708-474e-9a60-bff50ab318b0
a=ssrc:3822383518 mslabel:7c2e4db5-722c-45b4-8ba1-263c72c2c49e
a=ssrc:3822383518 label:7e9dab91-7708-474e-9a60-bff50ab318b0
, type: offer}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3473894447 1 udp 2122260223 192.168.43.119 53962 typ host generation 0 ufrag O/Bo network-id 3 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:559267639 1 udp 2122202367 ::1 33487 typ host generation 0 ufrag O/Bo network-id 2, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1510613869 1 udp 2122129151 127.0.0.1 33007 typ host generation 0 ufrag O/Bo network-id 1, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1876313031 1 tcp 1518222591 ::1 39155 typ host tcptype passive generation 0 ufrag O/Bo network-id 2, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:344579997 1 tcp 1518149375 127.0.0.1 34855 typ host tcptype passive generation 0 ufrag O/Bo network-id 1, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:842163049 1 udp 1686052607 49.14.96.147 53962 typ srflx raddr 192.168.43.119 rport 53962 generation 0 ufrag O/Bo network-id 3 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1026230121 1 udp 41885695 3.121.84.95 54504 typ relay raddr 49.14.96.147 rport 53962 generation 0 ufrag O/Bo network-id 3 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:2532103853 1 udp 25108223 35.158.208.53 45567 typ relay raddr 49.14.96.147 rport 58380 generation 0 ufrag O/Bo network-id 3 network-cost 10, sdpMid: 0, sdpMLineIndex: 0}
CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 5164534
CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateConnected for opponent 5164534
CB-SDK: : onConnectedToUser userId= 5164534
CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 5164534
CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 5164534
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='14'/>
[log] D/[StreamManagementModule]: Delivered: JRUHDKQXR
[log] D/[StreamManagementModule]: Delivered: JIODMHIHA
[log] D/[StreamManagementModule]: Delivered: LMVLKEPDF
[log] D/[StreamManagementModule]: Delivered: TSPWPOJHD
[log] D/[StreamManagementModule]: Delivered: XVHGKVWSL
[log] D/[StreamManagementModule]: Delivered: DMFMMHBAT
[log] D/[StreamManagementModule]: Delivered: JYIARKNLC
[log] D/[StreamManagementModule]: Delivered: LLTHVKLHQ
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='14'/>
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='14'/>
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='14'/>
[log] ---Xmpp Sending:---
[log] <message id="KGUWQXRCD" type="headline" to="516453…n_sdk>2.0.7</version_sdk></extraParams></message>
CB-SDK: BaseSession: closeCurrentSession
CB-SDK: BaseSession: _notifySessionClosed
CB-SDK: _ConversationCallScreenState: _onSessionClosed
CB-SDK: _ConversationCallScreenState: [dispose] dispose renderer for 5247762
[log] ---Xmpp Sending:---
[log] <r xmlns="urn:xmpp:sm:3"/>
[log] ---Xmpp Receiving:---
[log] <a xmlns='urn:xmpp:sm:3' h='15'/>
[log] D/[StreamManagementModule]: Delivered: KGUWQXRCD
Application finished.
Exited (sigterm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment