ConnectyCube / connectycube-flutter-samples

Code samples for Flutter, based on ConnectyCube platform
https://developers.connectycube.com/flutter/
Apache License 2.0
85 stars 91 forks source link

It can not connect opponent device #96

Closed indwrld closed 3 years ago

indwrld commented 3 years ago

Platform (use [x]) [x] Android [x] iOS

Device info Manufacture: Apple Model: iphone7 OS version: 14.6

Manufacture: Samsung Model: galaxy10 OS version:

Describe the bug:

I have tested with sample code. Just changed configs.

Cannot establish a connection between iphone7(ios 14.6) and samsung galaxy10 (android). but can establish a connection between iphone12(ios 14.3) and samsung galaxy10 (android).

Steps to Reproduce:

  1. login with iphone7 (ios 14.6)
  2. login with galaxy10 (android)
  3. select user to call: iphone7 - video call (by galaxy 10)
  4. it navigates to conversation_page.dart and show my camera. it does not show opponent camera. Just show some white space. a few seconds later it terminate connection automatically.

Logs:


-when calling to iphone7 from galaxy s10 (this log is by caller, galaxy s10)

2021-06-09 10:29:52.343080+0900 P2PCallsSample[441:10833] [FlutterVoipPushNotificationPlugin] didReceiveIncomingPushWithPayload payload.dictionaryPayload = { aps = { alert = "{\"message\":\"Incoming Video call\",\"call_type\":1,\"session_id\":\"c65e0484-fd54-4915-878c-3995205d7d64\",\"caller_id\":4399114,\"caller_name\":\"galaxy s10\",\"call_opponents\":\"4399120\",\"signal_type\":\"startCall\"}"; }; "call_opponents" = 4399120; "call_type" = 1; "caller_id" = 4399114; "caller_name" = "galaxy s10"; message = "Incoming Video call"; "session_id" = "c65e0484-fd54-4915-878c-3995205d7d64"; "signal_type" = startCall; }, type = PKPushTypeVoIP 2021-06-09 10:29:52.344253+0900 P2PCallsSample[441:10833] [FlutterCallKitPlugin][reportNewIncomingCall] uuid = C65E0484-FD54-4915-878C-3995205D7D64 2021-06-09 10:29:52.346216+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PushNotificationsManager: [onMessage] received on foreground payload: {call_type: 1, caller_name: galaxy s10, call_opponents: 4399120, aps: {alert: {"message":"Incoming Video call","call_type":1,"session_id":"c65e0484-fd54-4915-878c-3995205d7d64","caller_id":4399114,"caller_name":"galaxy s10","call_opponents":"4399120","signal_type":"startCall"}}, message: Incoming Video call, session_id: c65e0484-fd54-4915-878c-3995205d7d64, caller_id: 4399114, signal_type: startCall}, isLocal=false 2021-06-09 10:29:52.346980+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PushNotificationsManager: [processCallNotification] message: {call_type: 1, caller_name: galaxy s10, call_opponents: 4399120, aps: {alert: {"message":"Incoming Video call","call_type":1,"session_id":"c65e0484-fd54-4915-878c-3995205d7d64","caller_id":4399114,"caller_name":"galaxy s10","call_opponents":"4399120","signal_type":"startCall"}}, message: Incoming Video call, session_id: c65e0484-fd54-4915-878c-3995205d7d64, caller_id: 4399114, signal_type: startCall}


-when answering a call in iphone7 (this log is by caller, galaxy s10)

2021-06-09 10:30:22.518250+0900 P2PCallsSample[441:11071] flutter: >>>>>>>>>>>>>>>>>>>> conversation page 2021-06-09 10:30:22.544534+0900 P2PCallsSample[441:11071] flutter: CB-SDK: _ConversationCallScreenState: _addLocalMediaStream 2021-06-09 10:30:22.545828+0900 P2PCallsSample[441:11071] flutter: CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 4399120 2021-06-09 10:30:22.546585+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: startAnswer 2021-06-09 10:30:22.563031+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveRemoteOffer for opponent 4399114 2021-06-09 10:30:22.569210+0900 P2PCallsSample[441:11071] flutter: CB-SDK: _ConversationCallScreenState: _addRemoteMediaStream for user 4399114 2021-06-09 10:30:22.569314+0900 P2PCallsSample[441:11071] flutter: CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 4399114 2021-06-09 10:30:22.572201+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 4399114 2021-06-09 10:30:22.661359+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: _drainIceCandidates 2021-06-09 10:30:22.662049+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 4399114 2021-06-09 10:30:22.662132+0900 P2PCallsSample[441:11071] flutter: CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 4399114 2021-06-09 10:30:22.663118+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.663238+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.665595+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.665904+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.945062+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.945756+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.947318+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:22.947928+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:27.318030+0900 P2PCallsSample[441:11071] flutter: CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = c65e0484-fd54-4915-878c-3995205d7d64, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-09 10:30:27.318832+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, user id = 4399114, received 16 candidates 2021-06-09 10:30:27.320408+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 2021-06-09 10:30:27.320540+0900 P2PCallsSample[441:11071] flutter: o=- 3884747382887494236 2 IN IP4 127.0.0.1 2021-06-09 10:30:27.320662+0900 P2PCallsSample[441:11071] flutter: s=- 2021-06-09 10:30:27.320743+0900 P2PCallsSample[441:11071] flutter: t=0 0 2021-06-09 10:30:27.320807+0900 P2PCallsSample[441:11071] flutter: a=group:BUNDLE audio video 2021-06-09 10:30:27.321356+0900 P2PCallsSample[441:11071] flutter: a=msid-semantic: WMS 64539247-f054-486a-a3dc-ee8d960bbb59 2021-06-09 10:30:27.321429+0900 P2PCallsSample[441:11071] flutter: m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 2021-06-09 10:30:27.321489+0900 P2PCallsSample[441:11071] flutter: c=IN IP4 0.0.0.0 2021-06-09 10:30:27.322410+0900 P2PCallsSample[441:11071] flutter: a=rtcp:9 IN IP4 0.0.0.0 2021-06-09 10:30:27.322493+0900 P2PCallsSample[441:11071] flutter: a=ice-ufrag:LG62 2021-06-09 10:30:27.323005+0900 P2PCallsSample[441:11071] flutter: a=ice-pwd:mbqCnFov8SpaA5JFIZOG+EKA 2021-06-09 10:30:27.323100+0900 P2PCallsSample[441:11071] flutter: a=ice-options:trickle renomination 2021-06-09 10:30:27.323587+0900 P2PCallsSample[441:11071] flutter: a=fingerprint:sha-256 7E:CD:9A:E3:82:F6:DC:2F:43:C9:02:E2:E4:18:20:EE:CB:89:BA:32:FF:2B:02:B4:97:1F:11:C1:4D:9B:D2:E5 2021-06-09 10:30:27.323660+0900 P2PCallsSample[441:11071] flutter: a=setup:actpass 2021-06-09 10:30:27.323714+0900 P2PCallsSample[441:11071] flutter: a=mid:audio 2021-06-09 10:30:27.324622+0900 P2PCallsSample[441:11071] flutter: a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level 2021-06-09 10:30:27.325427+0900 P2PCallsSample[441:11071] flutter: a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time 2021-06-09 10:30:27.325537+0900 P2PCallsSample[441:11071] flutter: a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 2021-06-09 10:30:27.325597+0900 P2PCallsSample[441:11071] flutter: a=sendrecv 2021-06-09 10:30:27.325654+0900 P2PCallsSample[441:11071] flutter: a=rtcp-mux 2021-06-09 10:30:27.325710+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:111 opus/48000/2 2021-06-09 10:30:27.325768+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:111 transport-cc 2021-06-09 10:30:27.327771+0900 P2PCallsSample[441:11071] flutter: a=fmtp:111 minptime=10;useinbandfec=1 2021-06-09 10:30:27.327868+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:103 ISAC/16000 2021-06-09 10:30:27.327923+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:104 ISAC/32000 2021-06-09 10:30:27.327976+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:9 G722/8000 2021-06-09 10:30:27.329349+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:102 ILBC/8000 2021-06-09 10:30:27.329519+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:0 PCMU/8000 2021-06-09 10:30:27.329575+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:8 PCMA/8000 2021-06-09 10:30:27.329628+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:106 CN/32000 2021-06-09 10:30:27.329681+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:105 CN/16000 2021-06-09 10:30:27.330695+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:13 CN/8000 2021-06-09 10:30:27.331370+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:110 telephone-event/48000 2021-06-09 10:30:27.331425+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:112 telephone-event/32000 2021-06-09 10:30:27.331541+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:113 telephone-event/16000 2021-06-09 10:30:27.332196+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:126 telephone-event/8000 2021-06-09 10:30:27.332279+0900 P2PCallsSample[441:11071] flutter: a=ssrc:509590394 cname:t9hjPAAcbCluMqut 2021-06-09 10:30:27.332323+0900 P2PCallsSample[441:11071] flutter: a=ssrc:509590394 msid:64539247-f054-486a-a3dc-ee8d960bbb59 38ce8188-28dd-402b-9778-0657accd1371 2021-06-09 10:30:27.332367+0900 P2PCallsSample[441:11071] flutter: a=ssrc:509590394 mslabel:64539247-f054-486a-a3dc-ee8d960bbb59 2021-06-09 10:30:27.332410+0900 P2PCallsSample[441:11071] flutter: a=ssrc:509590394 label:38ce8188-28dd-402b-9778-0657accd1371 2021-06-09 10:30:27.332453+0900 P2PCallsSample[441:11071] flutter: m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 127 123 125 122 124 2021-06-09 10:30:27.332494+0900 P2PCallsSample[441:11071] flutter: c=IN IP4 0.0.0.0 2021-06-09 10:30:27.332535+0900 P2PCallsSample[441:11071] flutter: a=rtcp:9 IN IP4 0.0.0.0 2021-06-09 10:30:27.332576+0900 P2PCallsSample[441:11071] flutter: a=ice-ufrag:LG62 2021-06-09 10:30:27.334430+0900 P2PCallsSample[441:11071] flutter: a=ice-pwd:mbqCnFov8SpaA5JFIZOG+EKA 2021-06-09 10:30:27.334491+0900 P2PCallsSample[441:11071] flutter: a=ice-options:trickle renomination 2021-06-09 10:30:27.334540+0900 P2PCallsSample[441:11071] flutter: a=fingerprint:sha-256 7E:CD:9A:E3:82:F6:DC:2F:43:C9:02:E2:E4:18:20:EE:CB:89:BA:32:FF:2B:02:B4:97:1F:11:C1:4D:9B:D2:E5 2021-06-09 10:30:27.334594+0900 P2PCallsSample[441:11071] flutter: a=setup:actpass 2021-06-09 10:30:27.335665+0900 P2PCallsSample[441:11071] flutter: a=mid:video 2021-06-09 10:30:27.335743+0900 P2PCallsSample[441:11071] flutter: a=extmap:14 urn:ietf:params:rtp-hdrext:toffset 2021-06-09 10:30:27.335791+0900 P2PCallsSample[441:11071] flutter: a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time 2021-06-09 10:30:27.335835+0900 P2PCallsSample[441:11071] flutter: a=extmap:13 urn:3gpp:video-orientation 2021-06-09 10:30:27.335889+0900 P2PCallsSample[441:11071] flutter: a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 2021-06-09 10:30:27.336537+0900 P2PCallsSample[441:11071] flutter: a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay 2021-06-09 10:30:27.337114+0900 P2PCallsSample[441:11071] flutter: a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type 2021-06-09 10:30:27.337430+0900 P2PCallsSample[441:11071] flutter: a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing 2021-06-09 10:30:27.337483+0900 P2PCallsSample[441:11071] flutter: a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space 2021-06-09 10:30:27.337525+0900 P2PCallsSample[441:11071] flutter: a=sendrecv 2021-06-09 10:30:27.337567+0900 P2PCallsSample[441:11071] flutter: a=rtcp-mux 2021-06-09 10:30:27.338027+0900 P2PCallsSample[441:11071] flutter: a=rtcp-rsize 2021-06-09 10:30:27.338079+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:96 VP8/90000 2021-06-09 10:30:27.338201+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:96 goog-remb 2021-06-09 10:30:27.338265+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:96 transport-cc 2021-06-09 10:30:27.338311+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:96 ccm fir 2021-06-09 10:30:27.338807+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:96 nack 2021-06-09 10:30:27.338865+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:96 nack pli 2021-06-09 10:30:27.338908+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:97 rtx/90000 2021-06-09 10:30:27.338949+0900 P2PCallsSample[441:11071] flutter: a=fmtp:97 apt=96 2021-06-09 10:30:27.338988+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:98 VP9/90000 2021-06-09 10:30:27.339029+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:98 goog-remb 2021-06-09 10:30:27.339070+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:98 transport-cc 2021-06-09 10:30:27.339110+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:98 ccm fir 2021-06-09 10:30:27.339150+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:98 nack 2021-06-09 10:30:27.339190+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:98 nack pli 2021-06-09 10:30:27.339231+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:99 rtx/90000 2021-06-09 10:30:27.339271+0900 P2PCallsSample[441:11071] flutter: a=fmtp:99 apt=98 2021-06-09 10:30:27.340203+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:100 H264/90000 2021-06-09 10:30:27.340258+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:100 goog-remb 2021-06-09 10:30:27.340311+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:100 transport-cc 2021-06-09 10:30:27.341124+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:100 ccm fir 2021-06-09 10:30:27.341163+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:100 nack 2021-06-09 10:30:27.341671+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:100 nack pli 2021-06-09 10:30:27.341721+0900 P2PCallsSample[441:11071] flutter: a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f 2021-06-09 10:30:27.341758+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:101 rtx/90000 2021-06-09 10:30:27.341795+0900 P2PCallsSample[441:11071] flutter: a=fmtp:101 apt=100 2021-06-09 10:30:27.341830+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:127 H264/90000 2021-06-09 10:30:27.341907+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:127 goog-remb 2021-06-09 10:30:27.342511+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:127 transport-cc 2021-06-09 10:30:27.342563+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:127 ccm fir 2021-06-09 10:30:27.342597+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:127 nack 2021-06-09 10:30:27.342991+0900 P2PCallsSample[441:11071] flutter: a=rtcp-fb:127 nack pli 2021-06-09 10:30:27.343046+0900 P2PCallsSample[441:11071] flutter: a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f 2021-06-09 10:30:27.343086+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:123 rtx/90000 2021-06-09 10:30:27.343525+0900 P2PCallsSample[441:11071] flutter: a=fmtp:123 apt=127 2021-06-09 10:30:27.343585+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:125 red/90000 2021-06-09 10:30:27.343620+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:122 rtx/90000 2021-06-09 10:30:27.343973+0900 P2PCallsSample[441:11071] flutter: a=fmtp:122 apt=125 2021-06-09 10:30:27.344030+0900 P2PCallsSample[441:11071] flutter: a=rtpmap:124 ulpfec/90000 2021-06-09 10:30:27.344078+0900 P2PCallsSample[441:11071] flutter: a=ssrc-group:FID 2314793878 3435745295 2021-06-09 10:30:27.344467+0900 P2PCallsSample[441:11071] flutter: a=ssrc:2314793878 cname:t9hjPAAcbCluMqut 2021-06-09 10:30:27.344530+0900 P2PCallsSample[441:11071] flutter: a=ssrc:2314793878 msid:64539247-f054-486a-a3dc-ee8d960bbb59 3b800a26-eee0-4c27-aad8-e8693c8b661c 2021-06-09 10:30:27.344566+0900 P2PCallsSample[441:11071] flutter: a=ssrc:2314793878 mslabel:64539247-f054-486a-a3dc-ee8d960bbb59 2021-06-09 10:30:27.345287+0900 P2PCallsSample[441:11071] flutter: a=ssrc:2314793878 label:3b800a26-eee0-4c27-aad8-e8693c8b661c 2021-06-09 10:30:27.345337+0900 P2PCallsSample[441:11071] flutter: a=ssrc:3435745295 cname:t9hjPAAcbCluMqut 2021-06-09 10:30:27.345376+0900 P2PCallsSample[441:11071] flutter: a=ssrc:3435745295 msid:64539247-f054-486a-a3dc-ee8d960bbb59 3b800a26-eee0-4c27-aad8-e8693c8b661c 2021-06-09 10:30:27.345413+0900 P2PCallsSample[441:11071] flutter: a=ssrc:3435745295 mslabel:64539247-f054-486a-a3dc-ee8d960bbb59 2021-06-09 10:30:27.345450+0900 P2PCallsSample[441:11071] flutter: a=ssrc:3435745295 label:3b800a26-eee0-4c27-aad8-e8693c8b661c 2021-06-09 10:30:27.345484+0900 P2PCallsSample[441:11071] flutter: , type: offer} 2021-06-09 10:30:27.345583+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:770825455 1 udp 2122197247 2001:4430:419d:7127::432:cad9 47086 typ host generation 0 ufrag LG62 network-id 4 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.346787+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:559267639 1 udp 2122005759 ::1 52996 typ host generation 0 ufrag LG62 network-id 2, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.346907+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1510613869 1 udp 2121932543 127.0.0.1 44401 typ host generation 0 ufrag LG62 network-id 1, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.347511+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:770825455 1 udp 2122197247 2001:4430:419d:7127::432:cad9 36787 typ host generation 0 ufrag LG62 network-id 4 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.347895+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:559267639 1 udp 2122005759 ::1 53334 typ host generation 0 ufrag LG62 network-id 2, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.348566+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1510613869 1 udp 2121932543 127.0.0.1 51073 typ host generation 0 ufrag LG62 network-id 1, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.349538+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:436605672 1 tcp 1518283007 2001:4430:155:7a03::375:4ad9 9 typ host tcptype active generation 0 ufrag LG62 network-id 3 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.349684+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3865011119 1 tcp 1518149375 192.0.0.4 9 typ host tcptype active generation 0 ufrag LG62 network-id 5 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.349786+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1591936202 1 tcp 1518083839 192.0.0.5 9 typ host tcptype active generation 0 ufrag LG62 network-id 6 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.350673+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1876313031 1 tcp 1518025983 ::1 40033 typ host tcptype passive generation 0 ufrag LG62 network-id 2, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.351061+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:344579997 1 tcp 1517952767 127.0.0.1 50369 typ host tcptype passive generation 0 ufrag LG62 network-id 1, sdpMid: audio, sdpMLineIndex: 0} 2021-06-09 10:30:27.351550+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:436605672 1 tcp 1518283007 2001:4430:155:7a03::375:4ad9 9 typ host tcptype active generation 0 ufrag LG62 network-id 3 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.351948+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3865011119 1 tcp 1518149375 192.0.0.4 9 typ host tcptype active generation 0 ufrag LG62 network-id 5 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.352148+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1591936202 1 tcp 1518083839 192.0.0.5 9 typ host tcptype active generation 0 ufrag LG62 network-id 6 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.352595+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1876313031 1 tcp 1518025983 ::1 43715 typ host tcptype passive generation 0 ufrag LG62 network-id 2, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.352986+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:344579997 1 tcp 1517952767 127.0.0.1 49711 typ host tcptype passive generation 0 ufrag LG62 network-id 1, sdpMid: video, sdpMLineIndex: 1} 2021-06-09 10:30:27.353863+0900 P2PCallsSample[441:11071] flutter: CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 4399114

Actual result: No connection is established.

Expected behavior: Estalblishing a connection and have a video call.

Additional info

TatankaConCube commented 3 years ago

Did you provide all required permissions on the iphone7? Can you establish the connection between iphone7 and iphone12?

indwrld commented 3 years ago

`<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="ties.ursoft.com.ties">

<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

<application
    android:name="io.flutter.app.FlutterApplication"
    android:icon="@mipmap/ic_launcher"
    android:label="witer">
    <activity
        android:name=".MainActivity"
        android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
        android:hardwareAccelerated="true"
        android:launchMode="singleTop"
        android:theme="@style/LaunchTheme"
        android:showWhenLocked="true"
        android:turnScreenOn="true"
        android:windowSoftInputMode="adjustResize">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <!-- Don't delete the meta-data below.
         This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
    <meta-data
        android:name="flutterEmbedding"
        android:value="2" />
</application>

`

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. CFBundleDevelopmentRegion
  4. $(DEVELOPMENT_LANGUAGE)
  5. CFBundleExecutable
  6. $(EXECUTABLE_NAME)
  7. CFBundleIdentifier
  8. $(PRODUCT_BUNDLE_IDENTIFIER)
  9. CFBundleInfoDictionaryVersion
  10. 6.0
  11. CFBundleName
  12. witer
  13. CFBundlePackageType
  14. APPL
  15. CFBundleShortVersionString
  16. $(FLUTTER_BUILD_NAME)
  17. CFBundleSignature
  18. ????
  19. CFBundleVersion
  20. $(FLUTTER_BUILD_NUMBER)
  21. LSRequiresIPhoneOS
  22. NSCameraUsageDescription
  23. $(PRODUCT_NAME) Camera Usage!
  24. NSMicrophoneUsageDescription
  25. $(PRODUCT_NAME) Microphone Usage!
  26. UIBackgroundModes
  27. remote-notification
  28. voip
  29. UILaunchStoryboardName
  30. LaunchScreen
  31. UIMainStoryboardFile
  32. Main
  33. UISupportedInterfaceOrientations
  34. UIInterfaceOrientationPortrait
  35. UIInterfaceOrientationLandscapeLeft
  36. UIInterfaceOrientationLandscapeRight
  37. UISupportedInterfaceOrientations~ipad
  38. UIInterfaceOrientationPortrait
  39. UIInterfaceOrientationPortraitUpsideDown
  40. UIInterfaceOrientationLandscapeLeft
  41. UIInterfaceOrientationLandscapeRight
  42. UIViewControllerBasedStatusBarAppearance

name: p2p_call_sample description: P2P Calls Sample

version: 1.0.0

environment: sdk: ">=2.2.0 <3.0.0"

dependencies: flutter: sdk: flutter

device_id: ^0.2.0 connectycube_sdk: ^2.0.0 firebase_core: ^1.2.1 firebase_messaging: ^10.0.1 shared_preferences: ^2.0.6 flutter_voip_push_notification: ^0.0.3 flutter_call_kit: git: url: git://github.com/peerwaya/flutter_call_kit.git ref: master

connectycube_flutter_call_kit: ^0.0.1-dev.1

dev_dependencies: flutter_test: sdk: flutter

flutter: uses-material-design: true

TatankaConCube commented 3 years ago

Could you please attach full logs from both devices during the same call without any filters, just from starting the call till the end of the call?

indwrld commented 3 years ago

Thank you for your continued interest. Here are full logs.


iphone7 : 1 run - 2 login - 4 incoming video call - 5 answer call - 6 conversation_screen (top half : self camera, bottom half : white) - 7 end call auotmatically a few seconds later



Launching lib/main.dart on SM G973N in debug mode... Running Gradle task 'assembleDebug'... ✓ Built build/app/outputs/flutter-apk/app-debug.apk. I/flutter (29117): >>>>>>>>>>>>>>>>> login_screen.dart : build(context) -------------------- D/ViewRootImpl@2bde405MainActivity: Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)0 dur=12 res=0x1 s={true 504717611008} ch=false Syncing files to device SM G973N... I/flutter (29117): CB-SDK: : ========================================================= I/flutter (29117): === REQUEST ==== 6db043e9-7770-4871-8a7f-c678fca7cc1b === I/flutter (29117): REQUEST I/flutter (29117): POST https://api.connectycube.com/session I/flutter (29117): HEADERS I/flutter (29117): {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.0, CB-Token: } I/flutter (29117): BODY I/flutter (29117): {"application_id":"4879","auth_key":"Gkg64-bDvqCWLLY","nonce":"2473280476","timestamp":"1623370740","signature":"9d825bf079a79091c40df0c5d39bff135101c143","user":{"login":"call_user_1","password":"xxasBUM3gQs36bhj"}} I/flutter (29117): I/flutter (29117): CB-SDK: : *** I/flutter (29117): * RESPONSE 201 6db043e9-7770-4871-8a7f-c678fca7cc1b *** I/flutter (29117): HEADERS I/flutter (29117): {cb-token-expirationdate: 2021-06-11 02:19:01 UTC, connection: keep-alive, date: Fri, 11 Jun 2021 00:19:01 GMT, content-length: 614, strict-transport-security: max-age=15768000; includeSubDomains, content-type: application/json; charset=utf-8, server: nginx/1.16.1} I/flutter (29117): BODY I/flutter (29117): {"session":{"created_at":"2021-06-11T00:19:01.155Z","updated_at":"2021-06-11T00:19:01.155Z","application_id":4879,"token":"C0F6F94FD26D68EC8BB8DB5369EB7C3CB3E7","nonce":2473280476,"ts":1623370740,"user_id":4399114,"user":{"_id":"60befa2e532b8a0018bf27de","id":4399114,"created_at":"2021-06-08T05:03:42Z","updated_at":"2021-06-11T00:17:49Z","last_request_at":"2021-06-11T00:17:49Z","login":"call_user_1","email":null,"full_name":"galaxy s10","phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"avatar":null,"external_id":null,"user_tags":null},"id":4399114}} I/flutter (29117): I/flutter (29117): CB-SDK: CubeChatConnection: [login] userId: 4399114, null I/flutter (29117): CB-SDK: CubeChatConnection: Chat connection SocketOpening [log] D/[Connection]: State: XmppConnectionState.SocketOpening I/flutter (29117): CB-SDK: CubeChatConnection: Chat connection SocketOpened [log] D/[Connection]: State: XmppConnectionState.SocketOpened [log] ---Xmpp Sending:--- [log] <?xml version='1.0'?> <stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='chat.connectycube.com' xml:lang='en'

[log] ---Xmpp Receiving:--- [log] <?xml version='1.0'?>

[log] ---Xmpp Receiving:--- [log] PLAINANONYMOUSPLAIN_FASTzlib</stream:features> [log] D/[ConnectionNegotiatorManager]: Negotiating features [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] D/[StartTlsNegotiator]: negotiating starttls [log] ---Xmpp Sending:--- [log] [log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: StartTlsNegotiator, name_space: urn:ietf:params:xml:ns:xmpp-tls, priority: 1, state: NegotiatorState.NEGOTIATING}, isReady: true [log] ---Xmpp Receiving:--- [log]

[log] ---Xmpp Sending:--- [log] <?xml version='1.0'?> <stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='chat.connectycube.com' xml:lang='en'

[log] ---Xmpp Receiving:--- [log] <?xml version='1.0'?>

[log] ---Xmpp Receiving:--- [log] PLAINANONYMOUSPLAIN_FASTzlib</stream:features> [log] D/[ConnectionNegotiatorManager]: Negotiating features [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] ---Xmpp Sending:--- [log] ADQzOTkxMTQtNDg3OQB4eGFzQlVNM2dRczM2Ymhq [log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: SaslAuthenticationFeature, name_space: null, priority: 1000, state: NegotiatorState.NEGOTIATING}, isReady: true I/flutter (29117): CB-SDK: CubeChatConnection: Chat connection Authenticated [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] <?xml version='1.0'?> <stream:stream xmlns='jabber:client' version='1.0' xmlns:stream='http://etherx.jabber.org/streams' to='chat.connectycube.com' xml:lang='en'

[log] D/[Connection]: State: XmppConnectionState.Authenticated [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] ---Xmpp Sending:--- [log] [log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: StreamManagementModule, name_space: null, priority: 1000, state: NegotiatorState.NEGOTIATING}, isReady: true [log] D/[ConnectionNegotiatorManager]: Feature Started Parsing [log] ---Xmpp Receiving:--- [log] <?xml version='1.0'?>

[log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Receiving:--- [log] zlib</stream:features> [log] D/[ConnectionNegotiatorManager]: Negotiating features [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] ---Xmpp Sending:--- [log]

flutter_9cba65a613adb0c1

[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: BindingResourceConnectionNegotiator, name_space: null, priority: 100, state: NegotiatorState.NEGOTIATING}, isReady: true [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] jid>4399114-4879@chat.connectycube.com/flutter_9cba65a613adb0c1</jid [log] D/[ConnectionNegotiatorManager]: Found matching negotiator false [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] ---Xmpp Sending:--- [log]

[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: SessionInitiationNegotiator, name_space: null, priority: 1000, state: NegotiatorState.NEGOTIATING}, isReady: true [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] I/flutter (29117): CB-SDK: CubeChatConnection: Chat connection SessionInitialized [log] ---Xmpp Receiving:--- [log] [log] D/[Connection]: State: XmppConnectionState.SessionInitialized [log] D/[ConnectionNegotiatorManager]: Found matching negotiator false [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] ---Xmpp Sending:--- [log]

[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: ServiceDiscoveryNegotiator, name_space: null, priority: 1000, state: NegotiatorState.NEGOTIATING}, isReady: true [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] [log] E/[ConnectionNegotiatorManager]: ADDING FEATURES count: 16 [Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature', Instance of 'Feature'] [log] D/[ConnectionNegotiatorManager]: Adding negotiator: {name: urn:xmpp:carbons, name_space: null, priority: 1000, state: NegotiatorState.IDLE}, isReady: true [Instance of 'Feature'] [log] D/[ConnectionNegotiatorManager]: Found matching negotiator false [log] D/[ConnectionNegotiatorManager]: Found matching negotiator true [log] ---Xmpp Sending:--- [log]

[log] D/[ConnectionNegotiatorManager]: ACTIVE FEATURE: {name: urn:xmpp:carbons, name_space: null, priority: 1000, state: NegotiatorState.NEGOTIATING}, isReady: true [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] [log] D/[ConnectionNegotiatorManager]: Found matching negotiator false [log] D/[ConnectionNegotiatorManager]: No matching negotiator I/flutter (29117): CB-SDK: CubeChatConnection: Chat connection Ready [log] D/[Connection]: State: XmppConnectionState.Ready [log] ---Xmpp Sending:--- [log]

[log] ---Xmpp Sending:--- [log] I/flutter (29117): >>>>>>>>>>>>>>>>> select_pppponents_screen.dart : build(context) -------------------- I/FLTFireBGExecutor(29117): Creating background FlutterEngine instance, with args: [--enable-dart-profiling] I/flutter (29117): CB-SDK: PushNotificationsManager: [getToken] FCM token: cgQJ1N8kQemfPB_CvPr6ri:APA91bGpItV4Wx-12hodhIrJBrY9bNTU5AtyZ8j0u8E656SvSp9dTZBub4_wJDU8j1vx1hIVErnVJdSGvZCb0dpb5B0RdFiiMKD5F8ktmSz4IcKHMmJCOyES_XGQssyFvJV1A9xYAQwo I/flutter (29117): CB-SDK: PushNotificationsManager: [subscribe] token: cgQJ1N8kQemfPB_CvPr6ri:APA91bGpItV4Wx-12hodhIrJBrY9bNTU5AtyZ8j0u8E656SvSp9dTZBub4_wJDU8j1vx1hIVErnVJdSGvZCb0dpb5B0RdFiiMKD5F8ktmSz4IcKHMmJCOyES_XGQssyFvJV1A9xYAQwo [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] I/flutter (29117): CB-SDK: : ========================================================= I/flutter (29117): === REQUEST ==== b32201aa-f1ee-4db4-9dcc-2d6848d69979 === I/flutter (29117): REQUEST I/flutter (29117): POST https://api.connectycube.com/subscriptions I/flutter (29117): HEADERS I/flutter (29117): {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.0, CB-Token: C0F6F94FD26D68EC8BB8DB5369EB7C3CB3E7} I/flutter (29117): BODY I/flutter (29117): {"notification_channel":"gcm","device":{"udid":"9cba65a613adb0c1","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"cgQJ1N8kQemfPB_CvPr6ri:APA91bGpItV4Wx-12hodhIrJBrY9bNTU5AtyZ8j0u8E656SvSp9dTZBub4_wJDU8j1vx1hIVErnVJdSGvZCb0dpb5B0RdFiiMKD5F8ktmSz4IcKHMmJCOyES_XGQssyFvJV1A9xYAQwo","bundle_identifier":"ties.ursoft.com.ties"}} I/flutter (29117): I/FLTFireMsgService(29117): FlutterFirebaseMessagingBackgroundService started! [log] ---Xmpp Receiving:--- [log] I/flutter (29117): >>>>>>>>>>>>>>>>> login_screen.dart : build(context) -------------------- I/flutter (29117): >>>>>>>>>>>>>>>>> select_pppponents_screen.dart : build(context) -------------------- [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] [log] D/[StanzaParser]: No id found for stanza [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] I/flutter (29117): CB-SDK: : *** I/flutter (29117): * RESPONSE 201 b32201aa-f1ee-4db4-9dcc-2d6848d69979 * I/flutter (29117): HEADERS I/flutter (29117): {cb-token-expirationdate: 2021-06-11 02:19:07 UTC, connection: keep-alive, date: Fri, 11 Jun 2021 00:19:07 GMT, content-length: 529, strict-transport-security: max-age=15768000; includeSubDomains, content-type: application/json; charset=utf-8, server: nginx/1.16.1} I/flutter (29117): BODY I/flutter (29117): [{"subscription":{"id":1784489,"_id":"60befaf2028c450011ee12b8","user_id":4399114,"bundle_identifier":"ties.ursoft.com.ties","client_identification_sequence":"cgQJ1N8kQemfPB_CvPr6ri:APA91bGpItV4Wx-12hodhIrJBrY9bNTU5AtyZ8j0u8E656SvSp9dTZBub4_wJDU8j1vx1hIVErnVJdSGvZCb0dpb5B0RdFiiMKD5F8ktmSz4IcKHMmJCOyES_XGQssyFvJV1A9xYAQwo","notification_channel_id":3,"udid":"9cba65a613adb0c1","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"9cba65a613adb0c1","platform":{"name":"android"}}}}] I/flutter (29117): I/flutter (29117): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS D/ViewRootImpl@2bde405MainActivity: ViewPostIme pointer 0 D/ViewRootImpl@2bde405MainActivity: ViewPostIme pointer 1 D/ViewRootImpl@2bde405MainActivity: ViewPostIme pointer 0 D/ViewRootImpl@2bde405MainActivity: ViewPostIme pointer 1 I/flutter (29117): CB-SDK: : {parameters: {message: 위터의 페이스톡, call_type: 1, session_id: e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, caller_id: 4399114, caller_name: galaxy s10, call_opponents: 4399120, ios_voip: 1, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [4399120], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null} I/flutter (29117): CB-SDK: : ========================================================= I/flutter (29117): === REQUEST ==== dc4aaf0f-7dcc-42ec-83e6-2bac190d307d === I/flutter (29117): REQUEST I/flutter (29117): POST https://api.connectycube.com/events I/flutter (29117): HEADERS I/flutter (29117): {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.0, CB-Token: C0F6F94FD26D68EC8BB8DB5369EB7C3CB3E7} I/flutter (29117): BODY I/flutter (29117): {"event":{"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoi7JyE7YSw7J2YIO2OmOydtOyKpO2GoSIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImUzMDNmMDdmLTlhY2ItNGIyZS05ZDhkLTc5YzJkOGE3ZThlYSIsImNhbGxlcl9pZCI6NDM5OTExNCwiY2FsbGVyX25hbWUiOiJnYWxheHkgczEwIiwiY2FsbF9vcHBvbmVudHMiOiI0Mzk5MTIwIiwiaW9zX3ZvaXAiOjEsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user":{"ids":"4399120"}}} I/flutter (29117): I/flutter (29117): >>>>>>>>>>>>>>>>> conversation_screen.dart : initState()-------------------- I/flutter (29117): CB-SDK: : start call null I/flutter (29117): >>>>>>>>>>>>>>>>> conversation_screen.dart : build(context)-------------------- I/org.webrtc.Logging(29117): NativeLibrary: Loading native library: jingle_peerconnection_so I/org.webrtc.Logging(29117): NativeLibrary: Loading library: jingle_peerconnection_so I/org.webrtc.Logging(29117): PeerConnectionFactory: PeerConnectionFactory was initialized without an injected Loggable. Any existing Loggable will be deleted. I/org.webrtc.Logging(29117): EglBase14Impl: SDK version: 29. isEGL14Supported: true I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/org.webrtc.Logging(29117): WebRtcAudioManagerExternal: Sample rate is set to 48000 Hz I/org.webrtc.Logging(29117): WebRtcAudioManagerExternal: Sample rate is set to 48000 Hz I/org.webrtc.Logging(29117): JavaAudioDeviceModule: createAudioDeviceModule I/org.webrtc.Logging(29117): JavaAudioDeviceModule: HW NS will be used. I/org.webrtc.Logging(29117): JavaAudioDeviceModule: HW AEC will be used. I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: ctor@[name=main, id=2] I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: ctor@[name=main, id=2] I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: ctor@[name=main, id=2] W/AudioCapabilities(29117): Unsupported mime audio/x-ima W/AudioCapabilities(29117): Unsupported mime audio/mpeg-L1 W/AudioCapabilities(29117): Unsupported mime audio/mpeg-L2 W/AudioCapabilities(29117): Unsupported mime audio/x-ms-wma W/AudioCapabilities(29117): Unsupported mime audio/x-ape W/VideoCapabilities(29117): Unsupported mime video/wvc1 W/VideoCapabilities(29117): Unsupported mime video/avc-wfd I/chatty (29117): uid=11003(ties.ursoft.com.ties) identical 1 line W/VideoCapabilities(29117): Unsupported mime video/avc-wfd W/VideoCapabilities(29117): Unsupported mime video/mp43 W/VideoCapabilities(29117): Unrecognized profile/level 1/32 for video/mp4v-es W/VideoCapabilities(29117): Unrecognized profile/level 32768/2 for video/mp4v-es W/VideoCapabilities(29117): Unrecognized profile/level 32768/64 for video/mp4v-es W/VideoCapabilities(29117): Unsupported mime video/wvc1 W/VideoCapabilities(29117): Unsupported mime video/x-ms-wmv7 W/VideoCapabilities(29117): Unsupported mime video/x-ms-wmv8 I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: enableBuiltInAEC(true) I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: setAEC(true) I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: enableBuiltInNS(true) I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: setNS(true) I/org.webrtc.Logging(29117): PeerConnectionFactory: onWorkerThreadReady I/org.webrtc.Logging(29117): PeerConnectionFactory: onNetworkThreadReady I/org.webrtc.Logging(29117): PeerConnectionFactory: onSignalingThreadReady I/FlutterWebRTCPlugin(29117): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true] I/FlutterWebRTCPlugin(29117): getUserMedia(video): com.cloudwebrtc.webrtc.utils.ConstraintsMap@e667fba I/CameraManagerGlobal(29117): Connecting to camera service D/VendorTagDescriptor(29117): addVendorDescriptor: vendor tag id 3854507339 added I/CameraManagerGlobal(29117): Camera 0 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client ties.ursoft.com.ties API Level 2 I/CameraManagerGlobal(29117): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client ties.ursoft.com.ties API Level 2 I/CameraManagerGlobal(29117): Camera 2 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client ties.ursoft.com.ties API Level 2 I/CameraManagerGlobal(29117): Camera 20 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client com.sec.android.app.camera API Level 2 I/CameraManagerGlobal(29117): Camera 21 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client com.sec.android.app.camera API Level 2 I/CameraManagerGlobal(29117): Camera 23 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API Level 2 I/CameraManagerGlobal(29117): Camera 3 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.samsung.android.smartface API Level 2 I/CameraManagerGlobal(29117): Camera 50 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API Level 2 I/CameraManagerGlobal(29117): Camera 52 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API Level 2 I/CameraManagerGlobal(29117): Camera 91 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API Level 2 D/FlutterWebRTCPlugin(29117): Creating video capturer using Camera2 API. D/FlutterWebRTCPlugin(29117): Create front camera 1 succeeded I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/org.webrtc.Logging(29117): CameraCapturer: startCapture: 1280x720@30 D/FlutterWebRTCPlugin(29117): changeCaptureFormat: 1280x720@30 I/org.webrtc.Logging(29117): Camera2Session: Create new camera2 session on camera 1 I/org.webrtc.Logging(29117): Camera2Session: start D/FlutterWebRTCPlugin(29117): MediaStream id: c6bd813d-a98d-4852-8a48-108d2ae3f966 I/flutter (29117): CB-SDK: _ConversationCallScreenState: _addLocalMediaStream I/flutter (29117): CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 4399114 I/org.webrtc.Logging(29117): EglRenderer: Initializing EglRenderer I/org.webrtc.Logging(29117): Camera2Session: Available preview sizes: [2944x2208, 3216x1808, 3216x1528, 2208x2208, 2560x1440, 2048x1536, 1936x1936, 1920x1440, 2288x1080, 1920x1080, 1920x912, 1440x1440, 1440x1080, 1088x1088, 1072x1072, 1280x720, 960x720, 800x450, 720x720, 720x480, 640x480, 640x360, 352x288, 320x240, 256x144, 176x144] I/org.webrtc.Logging(29117): EglRenderer: EglBase.create shared context I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/org.webrtc.Logging(29117): Camera2Session: Available fps ranges: [[15.0:15.0], [15.0:20.0], [20.0:20.0], [24.0:24.0], [8.0:30.0], [10.0:30.0], [15.0:30.0], [30.0:30.0]] I/org.webrtc.Logging(29117): Camera2Session: Using capture format: 1280x720@[8.0:30.0] I/mali_winsys(29117): new_window_surface() [1x1] return: 0x3000 I/org.webrtc.Logging(29117): Camera2Session: Opening camera 1 D/FlutterWebRTCPlugin(29117): CameraEventsHandler.onCameraOpening: cameraName=1 D/RTCAudioManager(29117): ctor D/RTCBluetoothManager(29117): create@[name=main, id=2] D/RTCBluetoothManager(29117): ctor D/RTCAudioManager(29117): useSpeakerphone: auto D/RTCProximitySensor(29117): RTCProximitySensor@[name=main, id=2] I/CameraManagerGlobal(29117): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client ties.ursoft.com.ties API Level 2 D/RTCAudioManager(29117): defaultAudioDevice: SPEAKER_PHONE D/RTCAudioManager(29117): Android SDK: 29, Release: 10, Brand: samsung, Device: beyond1, Id: QP1A.190711.020, Hardware: exynos9820, Manufacturer: samsung, Model: SM-G973N, Product: beyond1lteks D/RTCAudioManager(29117): start D/RTCAudioManager(29117): AudioManager starts... I/org.webrtc.Logging(29117): Camera2Session: Camera opened. W/AudioManager(29117): Use of stream types is deprecated for operations other than volume control W/AudioManager(29117): See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case D/RTCAudioManager(29117): Audio focus request granted for VOICE_CALL streams I/org.webrtc.Logging(29117): Camera2Session: Camera capture session configured. I/org.webrtc.Logging(29117): Camera2Session: Stabilization not available. I/org.webrtc.Logging(29117): Camera2Session: Using continuous video auto-focus. I/org.webrtc.Logging(29117): Camera2Session: Camera device successfully started. I/org.webrtc.Logging(29117): CameraCapturer: Create session done. Switch state: IDLE I/org.webrtc.Logging(29117): SurfaceTextureHelper: Setting listener to org.webrtc.-$$Lambda$Camera2Session$CaptureSessionCallback$UDvzHNj8-cAJE1WNByx98pxD9vA@daf0fe3 [log] ---Xmpp Sending:--- [log] W/Gralloc3(29117): allocator 3.x is not supported D/RTCBluetoothManager(29117): start W/RTCBluetoothManager(29117): Process (pid=29117) lacks BLUETOOTH permission D/RTCAudioManager(29117): --- updateAudioDeviceState: wired headset=false, BT state=UNINITIALIZED D/RTCAudioManager(29117): Device status: available=[], selected=NONE, user selected=NONE D/RTCAudioManager(29117): setAudioDeviceInternal(device=SPEAKER_PHONE) D/RTCAudioManager(29117): New device status: available=[SPEAKER_PHONE, EARPIECE], selected=SPEAKER_PHONE D/FlutterWebRTCPlugin(29117): onAudioManagerDevicesChanged: [SPEAKER_PHONE, EARPIECE], selected: SPEAKER_PHONE D/RTCAudioManager(29117): --- updateAudioDeviceState done D/RTCAudioManager(29117): AudioManager started W/FlutterWebRTCPlugin(29117): FlutterRTCVideoRenderer.setVideoTrack, set video track to d03c1301-f676-4556-901f-3f1188f1a0c9 I/org.webrtc.Logging(29117): EglRenderer: Releasing. I/org.webrtc.Logging(29117): EglRenderer: eglBase detach and release. I/mali_egl(29117): eglDestroySurface() in I/mali_winsys(29117): delete_surface() [1x1] return I/mali_egl(29117): eglDestroySurface() out E/BufferQueueProducer(29117): [SurfaceTexture-0-29117-1] disconnect: not connected (req=1) W/libEGL (29117): EGLNativeWindowType 0x757444c010 disconnect failed I/org.webrtc.Logging(29117): EglRenderer: Releasing done. I/org.webrtc.Logging(29117): EglRenderer: Initializing EglRenderer I/org.webrtc.Logging(29117): EglRenderer: Quitting render thread. I/org.webrtc.Logging(29117): EglRenderer: EglBase.create shared context I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/mali_winsys(29117): new_window_surface() [1x1] return: 0x3000 D/FlutterWebRTCPlugin(29117): addStreamcom.cloudwebrtc.webrtc.utils.AnyThreadResult@fdfb555 I/flutter (29117): CB-SDK: PeerConnection: _createOffer for opponent 4399120 I/flutter (29117): >>>>>>>>>>>>>>>>> conversation_screen.dart : build(context)-------------------- [log] ---Xmpp Sending:--- I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: enableBuiltInAEC(true) I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: setAEC(true) I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: enableBuiltInNS(true) I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: setNS(true) I/org.webrtc.Logging(29117): NetworkMonitor: Start monitoring with native observer 506918311360 D/ConnectivityManager(29117): sendRequestForNetwork CallingUid : 11003, CallingPid : 29117 [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eacallflutter2.0.0v=0 o=- 347471995810825455 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS c6bd813d-a98d-4852-8a48-108d2ae3f966 m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:1Pq6 a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x a=ice-options:trickle renomination a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F a=setup:actpass a=mid:audio 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=sendrecv 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:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2516345877 cname:cZTPI9r3rgezcMKm a=ssrc:2516345877 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d a=ssrc:2516345877 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:2516345877 label:e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 127 123 125 122 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:1Pq6 a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x a=ice-options:trickle renomination a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F a=setup:actpass a=mid:video a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:123 rtx/90000 a=fmtp:123 apt=127 a=rtpmap:125 red/90000 a=rtpmap:122 rtx/90000 a=fmtp:122 apt=125 a=rtpmap:124 ulpfec/90000 a=ssrc-group:FID 3534158647 1342693287 a=ssrc:3534158647 cname:cZTPI9r3rgezcMKm a=ssrc:3534158647 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:3534158647 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:3534158647 label:d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:1342693287 cname:cZTPI9r3rgezcMKm a=ssrc:1342693287 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:1342693287 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:1342693287 label:d03c1301-f676-4556-901f-3f1188f1a0c9 D/ConnectivityManager_URSP(29117): hong blacklisted - false D/ConnectivityManager(29117): requestNetwork; CallingUid : 11003, CallingPid : 29117 D/ConnectivityManager(29117): requestNetwork; CallingUid : 11003, CallingPid : 29117 D/FlutterWebRTCPlugin(29117): onIceGatheringChangeGATHERING I/org.webrtc.Logging(29117): NetworkMonitorAutoDetect: Network becomes available: 679 I/flutter (29117): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 4399120 I/flutter (29117): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 4399120 I/flutter (29117): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 4399120 I/org.webrtc.Logging(29117): NetworkMonitorAutoDetect: capabilities changed: [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>] D/FlutterWebRTCPlugin(29117): onIceCandidate I/chatty (29117): uid=11003(ties.ursoft.com.ties) signaling_threa identical 1 line D/FlutterWebRTCPlugin(29117): onIceCandidate D/FlutterWebRTCPlugin(29117): onIceCandidate D/FlutterWebRTCPlugin(29117): onIceCandidate D/FlutterWebRTCPlugin(29117): onIceCandidate I/org.webrtc.Logging(29117): NetworkMonitorAutoDetect: link properties changed: {InterfaceName: rmnet2 LinkAddresses: [ 2001:4430:4190:9e59::5f0:ad9/64 ] DnsAddresses: [ /2001:4430:4:611::1,/2001:4430:5:612::1 ] Domains: null MTU: 1400 TcpBufferSizes: 2097152,4194304,8388608,1048576,3145728,4194304 Routes: [ ::/0 -> fe80::4 rmnet2,2001:4430:4190:9e59::/64 -> :: rmnet2 ] Nat64Prefix: 64:ff9b::/96 Stacked: [[ {InterfaceName: v4-rmnet2 LinkAddresses: [ 192.0.0.5/32 ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ 0.0.0.0/0 -> 192.0.0.5 v4-rmnet2 ]} ]]} [log] ---Xmpp Receiving:--- [log] [log] D/[StreamManagementModule]: Delivered: DTDFDVOHF [log] D/[StreamManagementModule]: Delivered: XMVLMEJHS [log] D/[StreamManagementModule]: Delivered: USKPGYSXA [log] D/[StreamManagementModule]: Delivered: IQAOLEPOE [log] D/[StreamManagementModule]: Delivered: MCGFIKDIJ [log] D/[StreamManagementModule]: Delivered stanza without id presence D/FlutterWebRTCPlugin(29117): onIceCandidate D/FlutterWebRTCPlugin(29117): onIceCandidate I/chatty (29117): uid=11003(ties.ursoft.com.ties) signaling_threa identical 7 lines D/FlutterWebRTCPlugin(29117): onIceCandidate I/CameraManagerGlobal(29117): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client ties.ursoft.com.ties API Level 2 D/FlutterWebRTCPlugin(29117): CameraEventsHandler.onFirstFrameAvailable I/flutter (29117): CB-SDK: : *** I/flutter (29117): RESPONSE 201 dc4aaf0f-7dcc-42ec-83e6-2bac190d307d I/flutter (29117): HEADERS I/flutter (29117): {cb-token-expirationdate: 2021-06-11 02:19:10 UTC, connection: keep-alive, date: Fri, 11 Jun 2021 00:19:10 GMT, content-length: 1290, strict-transport-security: max-age=15768000; includeSubDomains, content-type: application/json; charset=utf-8, server: nginx/1.16.1} I/flutter (29117): BODY I/flutter (29117): [{"event":{"_id":"60c2abfe028c450011ee4665","event_type":"one_shot","message":"eyJtZXNzYWdlIjoi7JyE7YSw7J2YIO2OmOydtOyKpO2GoSIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImUzMDNmMDdmLTlhY2ItNGIyZS05ZDhkLTc5YzJkOGE3ZThlYSIsImNhbGxlcl9pZCI6NDM5OTExNCwiY2FsbGVyX25hbWUiOiJnYWxheHkgczEwIiwiY2FsbF9vcHBvbmVudHMiOiI0Mzk5MTIwIiwiaW9zX3ZvaXAiOjEsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":4399114,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2021-06-11T00:19:10Z","updated_at":"2021-06-11T00:19:10Z","tag_query":null,"name":null,"notification_channel":{"name":"apns_voip"},"id":256213539}},{"event":{"_id":"60c2abfe028c450011ee4666","event_type":"one_shot","message":"eyJtZXNzYWdlIjoi7JyE7YSw7J2YIO2OmOydtOyKpO2GoSIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImUzMDNmMDdmLTlhY2ItNGIyZS05ZDhkLTc5YzJkOGE3ZThlYSIsImNhbGxlcl9pZCI6NDM5OTExNCwiY2FsbGVyX25hbWUiOiJnYWxheHkgczEwIiwiY2FsbF9vcHBvbmVudHMiOiI0Mzk5MTIwIiwiaW9zX3ZvaXAiOjEsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_i I/flutter (29117): I/flutter (29117): CB-SDK: : Event for offliners created I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 23. [log] ---Xmpp Sending:--- [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eacallflutter2.0.0v=0 o=- 347471995810825455 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS c6bd813d-a98d-4852-8a48-108d2ae3f966 m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:1Pq6 a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x a=ice-options:trickle renomination a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F a=setup:actpass a=mid:audio 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=sendrecv 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:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2516345877 cname:cZTPI9r3rgezcMKm a=ssrc:2516345877 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d a=ssrc:2516345877 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:2516345877 label:e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 127 123 125 122 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:1Pq6 a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x a=ice-options:trickle renomination a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F a=setup:actpass a=mid:video a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:123 rtx/90000 a=fmtp:123 apt=127 a=rtpmap:125 red/90000 a=rtpmap:122 rtx/90000 a=fmtp:122 apt=125 a=rtpmap:124 ulpfec/90000 a=ssrc-group:FID 3534158647 1342693287 a=ssrc:3534158647 cname:cZTPI9r3rgezcMKm a=ssrc:3534158647 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:3534158647 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:3534158647 label:d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:1342693287 cname:cZTPI9r3rgezcMKm a=ssrc:1342693287 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:1342693287 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:1342693287 label:d03c1301-f676-4556-901f-3f1188f1a0c9 I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 31. I/org.webrtc.Logging(29117): EglRenderer: Duration: 4002 ms. Frames received: 109. Dropped: 0. Rendered: 109. Render fps: 27.2. Average render time: 2568 us. Average swapBuffer time: 1350 us. [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] [log] D/[StreamManagementModule]: Delivered: XIHMCPTWI [log] D/[StreamManagementModule]: Delivered: AIEIMYYJC I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. [log] ---Xmpp Sending:--- [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eacallflutter2.0.0v=0 o=- 347471995810825455 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS c6bd813d-a98d-4852-8a48-108d2ae3f966 m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:1Pq6 a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x a=ice-options:trickle renomination a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F a=setup:actpass a=mid:audio 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=sendrecv 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:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2516345877 cname:cZTPI9r3rgezcMKm a=ssrc:2516345877 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d a=ssrc:2516345877 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:2516345877 label:e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 127 123 125 122 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:1Pq6 a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x a=ice-options:trickle renomination a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F a=setup:actpass a=mid:video a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:123 rtx/90000 a=fmtp:123 apt=127 a=rtpmap:125 red/90000 a=rtpmap:122 rtx/90000 a=fmtp:122 apt=125 a=rtpmap:124 ulpfec/90000 a=ssrc-group:FID 3534158647 1342693287 a=ssrc:3534158647 cname:cZTPI9r3rgezcMKm a=ssrc:3534158647 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:3534158647 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:3534158647 label:d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:1342693287 cname:cZTPI9r3rgezcMKm a=ssrc:1342693287 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 a=ssrc:1342693287 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 a=ssrc:1342693287 label:d03c1301-f676-4556-901f-3f1188f1a0c9 [log] ---Xmpp Receiving:--- [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eaacceptflutter2.0.0v=0 o=- 5583848286590444618 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:O8Nr a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V a=ice-options:trickle renomination a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A a=setup:active a=mid:audio 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=sendrecv 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:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:O8Nr a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V a=ice-options:trickle renomination a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A a=setup:active a=mid:video a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:127 H264/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=127 a=rtpmap:125 red/90000 a=rtpmap:122 rtx/90000 a=fmtp:122 apt=125 a=rtpmap:124 ulpfec/90000 a=ssrc-group:FID 2519999289 2609594932 a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): CB-SDK: PeerConnection: processAnswer, user id = 4399120 I/flutter (29117): CB-SDK: PeerConnection: processAnswer, _remoteCandidates.lenght = 0 I/flutter (29117): CB-SDK: PeerConnection: processAnswer, _peerConnection != null I/flutter (29117): CB-SDK: PeerConnection: _drainIceCandidates I/flutter (29117): CB-SDK: PeerConnection: _drainIceCandidates, onSendIceCandidates I/flutter (29117): CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processAnswer, user id = 4399120 I/flutter (29117): CB-SDK: PeerConnection: processAnswer, _remoteCandidates.lenght = 0 I/flutter (29117): CB-SDK: PeerConnection: processAnswer, _peerConnection != null I/flutter (29117): CB-SDK: PeerConnection: _drainIceCandidates [log] ---Xmpp Sending:--- I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: enableBuiltInAEC(true) I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: setAEC(true) I/org.webrtc.Logging(29117): WebRtcAudioRecordExternal: enableBuiltInNS(true) I/org.webrtc.Logging(29117): WebRtcAudioEffectsExternal: setNS(true) I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: initPlayout(sampleRate=48000, channels=1, bufferSizeFactor=1.0) I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: byteBuffer.capacity: 960 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: minBufferSizeInBytes: 7696 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: createAudioTrackOnLollipopOrHigher I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: nativeOutputSampleRate: 48000 [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eaiceCandidatesflutter2.0.00audiocandidate:3246205674 1 udp 2122197247 2001:4430:4190:9e59::5f0:ad9 38862 typ host generation 0 ufrag 1Pq6 network-id 4 network-cost 9000audiocandidate:559267639 1 udp 2122005759 ::1 49765 typ host generation 0 ufrag 1Pq6 network-id 20audiocandidate:1510613869 1 udp 2121932543 127.0.0.1 57337 typ host generation 0 ufrag 1Pq6 network-id 11videocandidate:3246205674 1 udp 2122197247 2001:4430:4190:9e59::5f0:ad9 56223 typ host generation 0 ufrag 1Pq6 network-id 4 network-cost 9001videocandidate:559267639 1 udp 2122005759 ::1 55674 typ host generation 0 ufrag 1Pq6 network-id 21videocandidate:1510613869 1 udp 2121932543 127.0.0.1 43019 typ host generation 0 ufrag 1Pq6 network-id 10audiocandidate:436605672 1 tcp 1518283007 2001:4430:155:7a03::375:4ad9 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 3 network-cost 9000audiocandidate:3865011119 1 tcp 1518149375 192.0.0.4 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 5 network-cost 9000audiocandidate:1591936202 1 tcp 1518083839 192.0.0.5 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 6 network-cost 9000audiocandidate:1876313031 1 tcp 1518025983 ::1 46977 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 20audiocandidate:344579997 1 tcp 1517952767 127.0.0.1 39737 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 11videocandidate:436605672 1 tcp 1518283007 2001:4430:155:7a03::375:4ad9 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 3 network-cost 9001videocandidate:3865011119 1 tcp 1518149375 192.0.0.4 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 5 network-cost 9001videocandidate:1591936202 1 tcp 1518083839 192.0.0.5 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 6 network-cost 9001videocandidate:1876313031 1 tcp 1518025983 ::1 39005 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 21videocandidate:344579997 1 tcp 1517952767 127.0.0.1 32879 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 1 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: AudioTrack: session ID: 52881, channels: 1, sample rate: 48000, max gain: 1.0 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: AudioTrack: buffer size in frames: 3848 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: AudioTrack: buffer capacity in frames: 3848 I/org.webrtc.Logging(29117): VolumeLogger: start@[name=worker_thread - 29222, id=234355] I/org.webrtc.Logging(29117): VolumeLogger: audio mode is: MODE_IN_COMMUNICATION I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: startPlayout I/org.webrtc.Logging(29117): VolumeLogger: VOICE_CALL stream volume: 2 (max=7) I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: AudioTrackThread@[name=AudioTrackJavaThread, id=234367] I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: doAudioTrackStateCallback: 0 I/org.webrtc.Logging(29117): AndroidVideoDecoder: ctor name: OMX.Exynos.vp8.dec type: VP8 color format: 19 context: org.webrtc.EglBase14Impl$Context@d4a3a0d I/org.webrtc.Logging(29117): AndroidVideoDecoder: ctor name: OMX.Exynos.vp9.dec type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@d4a3a0d I/org.webrtc.Logging(29117): AndroidVideoDecoder: ctor name: OMX.Exynos.avc.dec type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@d4a3a0d I/org.webrtc.Logging(29117): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@d4a3a0d I/org.webrtc.Logging(29117): AndroidVideoDecoder: ctor name: OMX.Exynos.avc.dec type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@d4a3a0d I/org.webrtc.Logging(29117): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@d4a3a0d D/FlutterWebRTCPlugin(29117): onAddTrack D/FlutterWebRTCPlugin(29117): onAddTrack I/flutter (29117): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 4399120 D/FlutterWebRTCPlugin(29117): peerConnectionSetRemoteDescription(): WEBRTC_SET_REMOTE_DESCRIPTION_ERROR: Failed to set remote answer sdp: Called in wrong state: stable I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. I/org.webrtc.Logging(29117): HardwareVideoEncoder: initEncode: 1280 x 720. @ 300kbps. Fps: 60 Use surface mode: true I/flutter (29117): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 4399120 I/ACodec (29117): [] Now uninitialized I/ACodec (29117): [] onAllocateComponent I/OMXClient(29117): IOmx service obtained I/flutter (29117): CB-SDK: _ConversationCallScreenState: _addRemoteMediaStream for user 4399120 I/flutter (29117): CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 4399120 I/org.webrtc.Logging(29117): EglRenderer: Initializing EglRenderer I/org.webrtc.Logging(29117): EglRenderer: EglBase.create shared context I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/mali_winsys(29117): new_window_surface() [1x1] return: 0x3000 E/flutter (29117): [ERROR:flutter/shell/common/shell.cc(242)] Dart Unhandled Exception: Unable to RTCPeerConnection::setRemoteDescription: peerConnectionSetRemoteDescription(): WEBRTC_SET_REMOTE_DESCRIPTION_ERROR: Failed to set remote answer sdp: Called in wrong state: stable, stack trace: #0 RTCPeerConnectionNative.setRemoteDescription (package:flutter_webrtc/src/native/rtc_peerconnection_impl.dart:319:7) E/flutter (29117): E/flutter (29117): #1 PeerConnection.setRemoteDescription (package:connectycube_sdk/src/calls/peer_connection.dart:148:5) E/flutter (29117): E/flutter (29117): W/FlutterWebRTCPlugin(29117): FlutterRTCVideoRenderer.setVideoTrack, set video track to F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/org.webrtc.Logging(29117): EglRenderer: Releasing. I/org.webrtc.Logging(29117): EglRenderer: eglBase detach and release. I/mali_egl(29117): eglDestroySurface() in I/mali_winsys(29117): delete_surface() [1x1] return I/mali_egl(29117): eglDestroySurface() out E/BufferQueueProducer(29117): [SurfaceTexture-0-29117-2] disconnect: not connected (req=1) W/libEGL (29117): EGLNativeWindowType 0x7606d4e010 disconnect failed I/org.webrtc.Logging(29117): EglRenderer: Releasing done. I/org.webrtc.Logging(29117): EglRenderer: Quitting render thread. I/org.webrtc.Logging(29117): EglRenderer: Initializing EglRenderer I/org.webrtc.Logging(29117): EglRenderer: EglBase.create shared context I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/mali_winsys(29117): new_window_surface() [1x1] return: 0x3000 I/flutter (29117): >>>>>>>>>>>>>>>>> conversation_screen.dart : build(context)-------------------- I/org.webrtc.Logging(29117): EglRenderer: Duration: 4002 ms. Frames received: 118. Dropped: 0. Rendered: 118. Render fps: 29.5. Average render time: 2938 us. Average swapBuffer time: 1643 us. [log] ---Xmpp Receiving:--- [log] I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} [log] ---Xmpp Sending:--- I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates [log] [log] ---Xmpp Receiving:--- I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 ufrag O8Nr network-id 1 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/org.webrtc.Logging(29117): HardwareVideoEncoder: Format: {color-format=2130708361, i-frame-interval=100, mime=video/x-vnd.on2.vp8, width=1280, bitrate-mode=2, bitrate=300000, frame-rate=60, height=720} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 D/FlutterWebRTCPlugin(29117): onConnectionChangeCONNECTING I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 ufrag O8Nr network-id 1 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/ACodec (29117): app-pid(29117) W/OMXUtils(29117): do not know color format 0x7f000011 = 2130706449 W/OMXUtils(29117): do not know color format 0x10 = 16 W/OMXUtils(29117): do not know color format 0x7f00a000 = 2130747392 W/OMXUtils(29117): do not know color format 0x7f000789 = 2130708361 I/ACodec (29117): app-name : ties.ursoft.com.ties I/ACodec (29117): [OMX.Exynos.VP8.Encoder] cannot encode HDR static metadata. Ignoring. I/ACodec (29117): setupVideoEncoder succeeded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] configure, AMessage : AMessage(what = 'conf', target = 1) = { I/ACodec (29117): int32_t color-format = 2130708361 I/ACodec (29117): int32_t i-frame-interval = 100 I/ACodec (29117): string mime = "video/x-vnd.on2.vp8" I/ACodec (29117): int32_t width = 1280 I/ACodec (29117): int32_t bitrate-mode = 2 I/ACodec (29117): int32_t bitrate = 300000 I/ACodec (29117): int32_t frame-rate = 60 I/ACodec (29117): int32_t height = 720 I/ACodec (29117): int32_t encoder = 1 I/ACodec (29117): } W/OMXUtils(29117): do not know color format 0x7f000789 = 2130708361 I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/mali_winsys(29117): new_window_surface() [1280x720] return: 0x3000 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded->Idle [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eaiceCandidatesflutter2.0.00audiocandidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 ufrag O8Nr network-id 1 network-cost 10 [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] I/MediaCodec(29117): setCodecState state : 0 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Idle->Executing I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Executing I/org.webrtc.Logging(29117): HardwareVideoEncoder: Releasing MediaCodec on output thread I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Executing->Idle I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Idle->Loaded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now kWhatShutdownCompleted event : 8520 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now uninitialized I/ACodec (29117): [] Now kWhatShutdownCompleted event : 8520 I/MediaCodec(29117): Codec shutdown complete [log] ---Xmpp Receiving:--- I/org.webrtc.Logging(29117): HardwareVideoEncoder: Release on output thread done I/mali_egl(29117): eglDestroySurface() in I/mali_egl(29117): eglDestroySurface() out [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eaiceCandidatesflutter2.0.00audiocandidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 ufrag O8Nr network-id 2 network-cost 10 I/mali_winsys(29117): delete_surface() [1280x720] return I/org.webrtc.Logging(29117): HardwareVideoEncoder: initEncode: 960 x 540. @ 300kbps. Fps: 60 Use surface mode: true I/ACodec (29117): [] Now uninitialized I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/ACodec (29117): [] onAllocateComponent [log] ---Xmpp Receiving:--- [log] I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/OMXClient(29117): IOmx service obtained I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 [log] ---Xmpp Sending:--- [log] I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 63575 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 192.168.219.108 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 network-id 1 network-cost 10 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF [log] ---Xmpp Receiving:--- I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded I/org.webrtc.Logging(29117): HardwareVideoEncoder: Format: {color-format=2130708361, i-frame-interval=100, mime=video/x-vnd.on2.vp8, width=960, bitrate-mode=2, bitrate=300000, frame-rate=60, height=540} I/ACodec (29117): app-pid(29117) W/OMXUtils(29117): do not know color format 0x7f000011 = 2130706449 W/OMXUtils(29117): do not know color format 0x10 = 16 W/OMXUtils(29117): do not know color format 0x7f00a000 = 2130747392 W/OMXUtils(29117): do not know color format 0x7f000789 = 2130708361 I/ACodec (29117): app-name : ties.ursoft.com.ties I/ACodec (29117): [OMX.Exynos.VP8.Encoder] cannot encode HDR static metadata. Ignoring. I/ACodec (29117): setupVideoEncoder succeeded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] configure, AMessage : AMessage(what = 'conf', target = 4) = { I/ACodec (29117): int32_t color-format = 2130708361 I/ACodec (29117): int32_t i-frame-interval = 100 I/ACodec (29117): string mime = "video/x-vnd.on2.vp8" I/ACodec (29117): int32_t width = 960 I/ACodec (29117): int32_t bitrate-mode = 2 I/ACodec (29117): int32_t bitrate = 300000 I/ACodec (29117): int32_t frame-rate = 60 I/ACodec (29117): int32_t height = 540 I/ACodec (29117): int32_t encoder = 1 I/ACodec (29117): } W/OMXUtils(29117): do not know color format 0x7f000789 = 2130708361 I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eaiceCandidatesflutter2.0.00audiocandidate:4106100771 1 tcp 1518280447 192.168.219.108 58060 typ host tcptype passive generation 0 ufrag O8Nr network-id 1 network-cost 10 [log] ---Xmpp Receiving:--- [log] [log] ---Xmpp Sending:--- [log] I/mali_winsys(29117): new_window_surface() [960x540] return: 0x3000 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded->Idle I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Idle->Executing I/MediaCodec(29117): setCodecState state : 0 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Executing I/org.webrtc.Logging(29117): HardwareVideoEncoder: Releasing MediaCodec on output thread I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Executing->Idle I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Idle->Loaded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now kWhatShutdownCompleted event : 8520 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now uninitialized [log] ---Xmpp Receiving:--- I/ACodec (29117): [] Now kWhatShutdownCompleted event : 8520 I/MediaCodec(29117): Codec shutdown complete I/org.webrtc.Logging(29117): HardwareVideoEncoder: Release on output thread done I/mali_egl(29117): eglDestroySurface() in I/mali_egl(29117): eglDestroySurface() out I/mali_winsys(29117): delete_surface() [960x540] return I/org.webrtc.Logging(29117): HardwareVideoEncoder: initEncode: 640 x 360. @ 300kbps. Fps: 60 Use surface mode: true I/ACodec (29117): [] Now uninitialized I/ACodec (29117): [] onAllocateComponent [log] 4399120WebRTCVideoChat43991141e303f07f-9acb-4b2e-9d8d-79c2d8a7e8eaiceCandidatesflutter2.0.00audiocandidate:510617870 1 tcp 1518214911 169.254.221.163 58061 typ host tcptype passive generation 0 ufrag O8Nr network-id 2 network-cost 10 [log] ---Xmpp Receiving:--- [log] I/OMXClient(29117): IOmx service obtained [log] ---Xmpp Sending:--- [log] I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded I/org.webrtc.Logging(29117): HardwareVideoEncoder: Format: {color-format=2130708361, i-frame-interval=100, mime=video/x-vnd.on2.vp8, width=640, bitrate-mode=2, bitrate=300000, frame-rate=60, height=360} I/ACodec (29117): app-pid(29117) W/OMXUtils(29117): do not know color format 0x7f000011 = 2130706449 W/OMXUtils(29117): do not know color format 0x10 = 16 W/OMXUtils(29117): do not know color format 0x7f00a000 = 2130747392 W/OMXUtils(29117): do not know color format 0x7f000789 = 2130708361 I/ACodec (29117): app-name : ties.ursoft.com.ties I/ACodec (29117): [OMX.Exynos.VP8.Encoder] cannot encode HDR static metadata. Ignoring. I/ACodec (29117): setupVideoEncoder succeeded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] configure, AMessage : AMessage(what = 'conf', target = 7) = { I/ACodec (29117): int32_t color-format = 2130708361 I/ACodec (29117): int32_t i-frame-interval = 100 I/ACodec (29117): string mime = "video/x-vnd.on2.vp8" I/ACodec (29117): int32_t width = 640 I/ACodec (29117): int32_t bitrate-mode = 2 I/ACodec (29117): int32_t bitrate = 300000 I/ACodec (29117): int32_t frame-rate = 60 I/ACodec (29117): int32_t height = 360 I/ACodec (29117): int32_t encoder = 1 I/ACodec (29117): } W/OMXUtils(29117): do not know color format 0x7f000789 = 2130708361 I/org.webrtc.Logging(29117): EglBase14Impl: Using OpenGL ES version 2 I/mali_winsys(29117): new_window_surface() [640x360] return: 0x3000 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded->Idle I/MediaCodec(29117): setCodecState state : 0 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Idle->Executing I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Executing I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 ufrag O8Nr network-id 2 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 63575 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 192.168.219.108 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 network-id 1 network-cost 10 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 ufrag O8Nr network-id 2 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 63575 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 192.168.219.108 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 network-id 1 network-cost 10 I/flutter (29117): a=candidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 network-id 2 network-cost 10 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:4106100771 1 tcp 1518280447 192.168.219.108 58060 typ host tcptype passive generation 0 ufrag O8Nr network-id 1 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 63575 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 192.168.219.108 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 network-id 1 network-cost 10 I/flutter (29117): a=candidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 network-id 2 network-cost 10 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/MediaCodec(29117): setCodecState state : 0 I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 22. [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] [log] D/[StreamManagementModule]: Delivered: GNUYDGDFE [log] D/[StreamManagementModule]: Delivered: RKFYMRITV I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:4106100771 1 tcp 1518280447 192.168.219.108 58060 typ host tcptype passive generation 0 ufrag O8Nr network-id 1 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/flutter (29117): CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, user id = 4399120, received 1 candidates I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 63575 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 192.168.219.108 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 network-id 1 network-cost 10 I/flutter (29117): a=candidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 network-id 2 network-cost 10 I/flutter (29117): a=candidate:4106100771 1 tcp 1518280447 192.168.219.108 58060 typ host tcptype passive generation 0 network-id 1 network-cost 10 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:510617870 1 tcp 1518214911 169.254.221.163 58061 typ host tcptype passive generation 0 ufrag O8Nr network-id 2 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 I/flutter (29117): o=- 5583848286590444618 2 IN IP4 127.0.0.1 I/flutter (29117): s=- I/flutter (29117): t=0 0 I/flutter (29117): a=group:BUNDLE audio video I/flutter (29117): a=msid-semantic: WMS 0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): m=audio 63575 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 I/flutter (29117): c=IN IP4 192.168.219.108 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=candidate:3124616403 1 udp 2122260223 192.168.219.108 63575 typ host generation 0 network-id 1 network-cost 10 I/flutter (29117): a=candidate:1357682174 1 udp 2122194687 169.254.221.163 64830 typ host generation 0 network-id 2 network-cost 10 I/flutter (29117): a=candidate:4106100771 1 tcp 1518280447 192.168.219.108 58060 typ host tcptype passive generation 0 network-id 1 network-cost 10 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:audio I/flutter (29117): a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtpmap:111 opus/48000/2 I/flutter (29117): a=rtcp-fb:111 transport-cc I/flutter (29117): a=fmtp:111 minptime=10;useinbandfec=1 I/flutter (29117): a=rtpmap:103 ISAC/16000 I/flutter (29117): a=rtpmap:104 ISAC/32000 I/flutter (29117): a=rtpmap:9 G722/8000 I/flutter (29117): a=rtpmap:102 ILBC/8000 I/flutter (29117): a=rtpmap:0 PCMU/8000 I/flutter (29117): a=rtpmap:8 PCMA/8000 I/flutter (29117): a=rtpmap:106 CN/32000 I/flutter (29117): a=rtpmap:105 CN/16000 I/flutter (29117): a=rtpmap:13 CN/8000 I/flutter (29117): a=rtpmap:110 telephone-event/48000 I/flutter (29117): a=rtpmap:112 telephone-event/32000 I/flutter (29117): a=rtpmap:113 telephone-event/16000 I/flutter (29117): a=rtpmap:126 telephone-event/8000 I/flutter (29117): a=ssrc:3604465118 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:3604465118 msid:0037E00F-F467-4F26-9705-33725D9BE5BF C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): a=ssrc:3604465118 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:3604465118 label:C003597A-5019-4059-8B80-7B0F136E67AE I/flutter (29117): m=video 9 UDP/TLS/RTP/SAVPF 96 97 100 101 127 123 125 122 124 I/flutter (29117): c=IN IP4 0.0.0.0 I/flutter (29117): a=rtcp:9 IN IP4 0.0.0.0 I/flutter (29117): a=ice-ufrag:O8Nr I/flutter (29117): a=ice-pwd:7LQV5PA88QtAKLevGfNLpq+V I/flutter (29117): a=ice-options:trickle renomination I/flutter (29117): a=fingerprint:sha-256 3E:8A:13:96:D3:C1:9B:7E:D7:5B:D3:8B:36:3D:26:9A:DC:FC:22:CF:75:EF:FA:20:CA:46:C2:C9:A2:7F:A2:2A I/flutter (29117): a=setup:active I/flutter (29117): a=mid:video I/flutter (29117): a=extmap:14 urn:ietf:params:rtp-hdrext:toffset I/flutter (29117): a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time I/flutter (29117): a=extmap:13 urn:3gpp:video-orientation I/flutter (29117): a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 I/flutter (29117): a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay I/flutter (29117): a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type I/flutter (29117): a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing I/flutter (29117): a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space I/flutter (29117): a=sendrecv I/flutter (29117): a=rtcp-mux I/flutter (29117): a=rtcp-rsize I/flutter (29117): a=rtpmap:96 VP8/90000 I/flutter (29117): a=rtcp-fb:96 goog-remb I/flutter (29117): a=rtcp-fb:96 transport-cc I/flutter (29117): a=rtcp-fb:96 ccm fir I/flutter (29117): a=rtcp-fb:96 nack I/flutter (29117): a=rtcp-fb:96 nack pli I/flutter (29117): a=rtpmap:97 rtx/90000 I/flutter (29117): a=fmtp:97 apt=96 I/flutter (29117): a=rtpmap:100 H264/90000 I/flutter (29117): a=rtcp-fb:100 goog-remb I/flutter (29117): a=rtcp-fb:100 transport-cc I/flutter (29117): a=rtcp-fb:100 ccm fir I/flutter (29117): a=rtcp-fb:100 nack I/flutter (29117): a=rtcp-fb:100 nack pli I/flutter (29117): a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c33 I/flutter (29117): a=rtpmap:101 rtx/90000 I/flutter (29117): a=fmtp:101 apt=100 I/flutter (29117): a=rtpmap:127 H264/90000 I/flutter (29117): a=rtcp-fb:127 goog-remb I/flutter (29117): a=rtcp-fb:127 transport-cc I/flutter (29117): a=rtcp-fb:127 ccm fir I/flutter (29117): a=rtcp-fb:127 nack I/flutter (29117): a=rtcp-fb:127 nack pli I/flutter (29117): a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 I/flutter (29117): a=rtpmap:123 rtx/90000 I/flutter (29117): a=fmtp:123 apt=127 I/flutter (29117): a=rtpmap:125 red/90000 I/flutter (29117): a=rtpmap:122 rtx/90000 I/flutter (29117): a=fmtp:122 apt=125 I/flutter (29117): a=rtpmap:124 ulpfec/90000 I/flutter (29117): a=ssrc-group:FID 2519999289 2609594932 I/flutter (29117): a=ssrc:2519999289 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2519999289 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2519999289 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2519999289 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 cname:C4Tz03QnGly82aYQ I/flutter (29117): a=ssrc:2609594932 msid:0037E00F-F467-4F26-9705-33725D9BE5BF F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): a=ssrc:2609594932 mslabel:0037E00F-F467-4F26-9705-33725D9BE5BF I/flutter (29117): a=ssrc:2609594932 label:F4A5FDD5-0194-461C-87DA-EAE31FAED13C I/flutter (29117): , type: answer} I/flutter (29117): CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:510617870 1 tcp 1518214911 169.254.221.163 58061 typ host tcptype passive generation 0 ufrag O8Nr network-id 2 network-cost 10, sdpMid: audio, sdpMLineIndex: 0} I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. I/org.webrtc.Logging(29117): EglRenderer: Duration: 4003 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA. I/org.webrtc.Logging(29117): EglRenderer: Duration: 4001 ms. Frames received: 106. Dropped: 0. Rendered: 106. Render fps: 26.5. Average render time: 2629 us. Average swapBuffer time: 1361 us. I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log] I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. I/org.webrtc.Logging(29117): EglRenderer: Duration: 4005 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA. I/org.webrtc.Logging(29117): EglRenderer: Duration: 4003 ms. Frames received: 120. Dropped: 0. Rendered: 120. Render fps: 30.0. Average render time: 2602 us. Average swapBuffer time: 1456 us. I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. [log] ---Xmpp Sending:--- [log] I/org.webrtc.Logging(29117): EglRenderer: Duration: 4004 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA. I/org.webrtc.Logging(29117): EglRenderer: Duration: 4004 ms. Frames received: 121. Dropped: 0. Rendered: 121. Render fps: 30.2. Average render time: 2504 us. Average swapBuffer time: 1362 us. [log] ---Xmpp Receiving:--- [log] I/org.webrtc.Logging(29117): CameraStatistics: Camera fps: 30. D/FlutterWebRTCPlugin(29117): onConnectionChangeFAILED I/flutter (29117): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateFailed for opponent 4399120 I/flutter (29117): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0 I/flutter (29117): CB-SDK: BaseSession: closeCurrentSession D/FlutterWebRTCPlugin(29117): onConnectionChangeCLOSED I/flutter (29117): CB-SDK: BaseSession: _notifySessionClosed I/flutter (29117): CB-SDK: _ConversationCallScreenState: _onSessionClosed I/org.webrtc.Logging(29117): HardwareVideoEncoder: Releasing MediaCodec on output thread I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Executing->Idle I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Idle->Loaded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now Loaded I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now kWhatShutdownCompleted event : 8520 I/ACodec (29117): [OMX.Exynos.VP8.Encoder] Now uninitialized I/ACodec (29117): [] Now kWhatShutdownCompleted event : 8520 I/MediaCodec(29117): Codec shutdown complete I/org.webrtc.Logging(29117): HardwareVideoEncoder: Release on output thread done I/mali_egl(29117): eglDestroySurface() in I/mali_egl(29117): eglDestroySurface() out I/mali_winsys(29117): delete_surface() [640x360] return I/org.webrtc.Logging(29117): VolumeLogger: stop@[name=worker_thread - 29222, id=234355] I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: stopPlayout I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: underrun count: 0 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: stopThread I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: Stopping the AudioTrackThread... I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: AudioTrackThread has now been stopped. I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: Calling AudioTrack.stop... D/AudioTrack(29117): stop(6120): called with 747360 frames delivered I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: AudioTrack.stop is done. I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: doAudioTrackStateCallback: 1 I/org.webrtc.Logging(29117): WebRtcAudioTrackExternal: releaseAudioResources I/org.webrtc.Logging(29117): NetworkMonitor: Stop monitoring with native observer 506918311360 I/org.webrtc.Logging(29117): NetworkMonitorAutoDetect: Unregister network callback D/ConnectivityManager(29117): unregisterNetworkCallback; CallingUid : 11003, CallingPid : 29117 I/org.webrtc.Logging(29117): NetworkMonitorAutoDetect: Unregister network callback D/ConnectivityManager(29117): unregisterNetworkCallback; CallingUid : 11003, CallingPid : 29117 I/org.webrtc.Logging(29117): CameraCapturer: Stop capture I/org.webrtc.Logging(29117): CameraCapturer: Stop capture: Nulling session I/org.webrtc.Logging(29117): CameraCapturer: Stop capture done I/flutter (29117): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 4399120 I/org.webrtc.Logging(29117): CameraCapturer: dispose I/org.webrtc.Logging(29117): CameraCapturer: Stop capture I/org.webrtc.Logging(29117): CameraCapturer: Stop capture: No session open I/org.webrtc.Logging(29117): CameraCapturer: Stop capture done W/org.webrtc.Logging(29117): CameraCapturer: onFrameCaptured from another session. I/org.webrtc.Logging(29117): Camera2Session: Stop camera2 session on camera 1 I/org.webrtc.Logging(29117): Camera2Session: Stop internal I/org.webrtc.Logging(29117): SurfaceTextureHelper: stopListening() I/flutter (29117): >>>>>>>>>>>>>>>>> login_screen.dart : build(context) -------------------- I/CameraManagerGlobal(29117): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client ties.ursoft.com.ties API Level 2 I/flutter (29117): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 4399120 I/flutter (29117): >>>>>>>>>>>>>>>>> select_pppponents_screen.dart : build(context) -------------------- I/CameraManagerGlobal(29117): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client ties.ursoft.com.ties API Level 2 I/org.webrtc.Logging(29117): Camera2Session: Stop done I/org.webrtc.Logging(29117): Camera2Session: Camera device closed. D/FlutterWebRTCPlugin(29117): CameraEventsHandler.onFirstFrameAvailable I/flutter (29117): CB-SDK: PushNotificationsManager: [getToken] FCM token: cgQJ1N8kQemfPB_CvPr6ri:APA91bGpItV4Wx-12hodhIrJBrY9bNTU5AtyZ8j0u8E656SvSp9dTZBub4_wJDU8j1vx1hIVErnVJdSGvZCb0dpb5B0RdFiiMKD5F8ktmSz4IcKHMmJCOyES_XGQssyFvJV1A9xYAQwo I/flutter (29117): CB-SDK: PushNotificationsManager: [subscribe] token: cgQJ1N8kQemfPB_CvPr6ri:APA91bGpItV4Wx-12hodhIrJBrY9bNTU5AtyZ8j0u8E656SvSp9dTZBub4_wJDU8j1vx1hIVErnVJdSGvZCb0dpb5B0RdFiiMKD5F8ktmSz4IcKHMmJCOyES_XGQssyFvJV1A9xYAQwo I/flutter (29117): CB-SDK: PushNotificationsManager: [subscribe] skip subscription for same token I/flutter (29117): CB-SDK: _ConversationCallScreenState: [dispose] dispose renderer for 4399114 I/flutter (29117): CB-SDK: _ConversationCallScreenState: [dispose] dispose renderer for 4399120 I/org.webrtc.Logging(29117): EglRenderer: Releasing. I/org.webrtc.Logging(29117): GlShader: Deleting shader. I/org.webrtc.Logging(29117): EglRenderer: eglBase detach and release. I/mali_egl(29117): eglDestroySurface() in I/mali_winsys(29117): delete_surface() [720x1280] return I/mali_egl(29117): eglDestroySurface() out E/BufferQueueProducer(29117): [SurfaceTexture-0-29117-1] disconnect: not connected (req=1) W/libEGL (29117): EGLNativeWindowType 0x758384a010 disconnect failed I/org.webrtc.Logging(29117): EglRenderer: Quitting render thread. I/org.webrtc.Logging(29117): EglRenderer: Releasing done. I/org.webrtc.Logging(29117): EglRenderer: Releasing. I/org.webrtc.Logging(29117): EglRenderer: eglBase detach and release. I/mali_egl(29117): eglDestroySurface() in I/mali_winsys(29117): delete_surface() [1x1] return I/mali_egl(29117): eglDestroySurface() out E/BufferQueueProducer(29117): [SurfaceTexture-0-29117-2] disconnect: not connected (req=1) W/libEGL (29117): EGLNativeWindowType 0x7606d4e010 disconnect failed I/org.webrtc.Logging(29117): EglRenderer: Quitting render thread. I/org.webrtc.Logging(29117): EglRenderer: Releasing done. [log] ---Xmpp Sending:--- [log] [log] ---Xmpp Receiving:--- [log]



  • Iphone7 (ios 14.6) log

2021-06-11 09:18:35.925118+0900 P2PCallsSample[1271:299641] Metal API Validation Enabled 2021-06-11 09:18:36.093153+0900 P2PCallsSample[1271:299896] 8.0.0 - [Firebase/Core][I-COR000005] No app has been configured yet. 2021-06-11 09:18:36.181118+0900 P2PCallsSample[1271:299892] 8.0.0 - [Firebase/Messaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at: https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging to ensure proper integration. 2021-06-11 09:18:36.325259+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> login_screen.dart : build(context) -------------------- 2021-06-11 09:18:36.393011+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] didUpdatePushCredentials credentials.token = {length = 32, bytes = 0x4ecc830d 47329348 71b8cf52 a0c15290 ... f3a268bb 5a1aed22 }, type = PKPushTypeVoIP 2021-06-11 09:18:36.393198+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] handleRemoteNotificationsRegistered notification.userInfo = { deviceToken = 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22; } 2021-06-11 09:18:36.398541+0900 P2PCallsSample[1271:299641] [FlutterCallKit][initCallKitProvider] sharedProvider initialized with { appName = witer; imageName = "sim_icon"; includesCallsInRecents = 0; maximumCallGroups = 1; maximumCallsPerCallGroup = 1; ringtoneSound = ""; supportsVideo = 1; } 2021-06-11 09:18:36.478111+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : ========================================================= 2021-06-11 09:18:36.478221+0900 P2PCallsSample[1271:299902] flutter: === REQUEST ==== 757ea0fe-19fe-4a3d-87fd-9684aa70dcae === 2021-06-11 09:18:36.478301+0900 P2PCallsSample[1271:299902] flutter: REQUEST 2021-06-11 09:18:36.478339+0900 P2PCallsSample[1271:299902] flutter: POST https://api.connectycube.com/session 2021-06-11 09:18:36.478523+0900 P2PCallsSample[1271:299902] flutter: HEADERS 2021-06-11 09:18:36.478563+0900 P2PCallsSample[1271:299902] flutter: {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.0, CB-Token: } 2021-06-11 09:18:36.478705+0900 P2PCallsSample[1271:299902] flutter: BODY 2021-06-11 09:18:36.478965+0900 P2PCallsSample[1271:299902] flutter: {"application_id":"4879","auth_key":"Gkg64-bDvqCWLLY","nonce":"70838040","timestamp":"1623370716","signature":"1e87e83dbdccfbd8665368503ca0b89b338c2657","user":{"login":"call_user_2","password":"xxasBUM3gQs36bhj"}} 2021-06-11 09:18:36.479202+0900 P2PCallsSample[1271:299902] flutter: 2021-06-11 09:18:37.513489+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : *** 2021-06-11 09:18:37.513608+0900 P2PCallsSample[1271:299902] flutter: * RESPONSE 201 757ea0fe-19fe-4a3d-87fd-9684aa70dcae * 2021-06-11 09:18:37.513645+0900 P2PCallsSample[1271:299902] flutter: HEADERS 2021-06-11 09:18:37.513691+0900 P2PCallsSample[1271:299902] flutter: {cb-token-expirationdate: 2021-06-11 02:18:37 UTC, connection: keep-alive, date: Fri, 11 Jun 2021 00:18:37 GMT, content-length: 614, strict-transport-security: max-age=15768000; includeSubDomains, content-type: application/json; charset=utf-8, server: nginx/1.16.1} 2021-06-11 09:18:37.513820+0900 P2PCallsSample[1271:299902] flutter: BODY 2021-06-11 09:18:37.513856+0900 P2PCallsSample[1271:299902] flutter: {"session":{"created_at":"2021-06-11T00:18:37.245Z","updated_at":"2021-06-11T00:18:37.245Z","application_id":4879,"token":"F1D291595EEDB520D55165903AEBF839522E","nonce":70838040,"ts":1623370716,"user_id":4399120,"user":{"_id":"60befa5d028c450011ee12b0","id":4399120,"created_at":"2021-06-08T05:04:29Z","updated_at":"2021-06-11T00:16:26Z","last_request_at":"2021-06-11T00:16:26Z","login":"call_user_2","email":null,"full_name":"test iphone7","phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"avatar":null,"external_id":null,"user_tags":null},"id":4399120}} 2021-06-11 09:18:37.513892+0900 P2PCallsSample[1271:299902] flutter: 2021-06-11 09:18:37.515032+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: CubeChatConnection: [login] userId: 4399120, null 2021-06-11 09:18:37.515614+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: CubeChatConnection: Chat connection SocketOpening 2021-06-11 09:18:38.127299+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: CubeChatConnection: Chat connection SocketOpened 2021-06-11 09:18:40.542314+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: CubeChatConnection: Chat connection Authenticated 2021-06-11 09:18:41.658581+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: CubeChatConnection: Chat connection SessionInitialized 2021-06-11 09:18:42.560583+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: CubeChatConnection: Chat connection Ready 2021-06-11 09:18:42.566531+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> select_pppponents_screen.dart : build(context) -------------------- 2021-06-11 09:18:42.580591+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] voipRegistration 2021-06-11 09:18:42.582138+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] didUpdatePushCredentials credentials.token = {length = 32, bytes = 0x4ecc830d 47329348 71b8cf52 a0c15290 ... f3a268bb 5a1aed22 }, type = PKPushTypeVoIP 2021-06-11 09:18:42.582243+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] handleRemoteNotificationsRegistered notification.userInfo = { deviceToken = 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22; } 2021-06-11 09:18:42.582468+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [onTokenRefresh] VoIP token: 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22 2021-06-11 09:18:42.582520+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [subscribe] token: 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22 2021-06-11 09:18:42.587630+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : ========================================================= 2021-06-11 09:18:42.587718+0900 P2PCallsSample[1271:299902] flutter: === REQUEST ==== 695aa718-a990-46b5-af1d-af54c93b4ab7 === 2021-06-11 09:18:42.587748+0900 P2PCallsSample[1271:299902] flutter: REQUEST 2021-06-11 09:18:42.587776+0900 P2PCallsSample[1271:299902] flutter: POST https://api.connectycube.com/subscriptions 2021-06-11 09:18:42.587802+0900 P2PCallsSample[1271:299902] flutter: HEADERS 2021-06-11 09:18:42.587834+0900 P2PCallsSample[1271:299902] flutter: {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.0.0, CB-Token: F1D291595EEDB520D55165903AEBF839522E} 2021-06-11 09:18:42.587866+0900 P2PCallsSample[1271:299902] flutter: BODY 2021-06-11 09:18:42.588270+0900 P2PCallsSample[1271:299902] flutter: {"notification_channel":"apns_voip","device":{"udid":"61E80F29-8826-41D6-B365-E8CB27422C37","platform":"ios"},"push_token":{"environment":"development","client_identification_sequence":"4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22","bundle_identifier":"ties.ursoft.com.ties"}} 2021-06-11 09:18:42.588306+0900 P2PCallsSample[1271:299902] flutter: 2021-06-11 09:18:43.555106+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : *** 2021-06-11 09:18:43.555202+0900 P2PCallsSample[1271:299902] flutter: RESPONSE 201 695aa718-a990-46b5-af1d-af54c93b4ab7 2021-06-11 09:18:43.555240+0900 P2PCallsSample[1271:299902] flutter: HEADERS 2021-06-11 09:18:43.555435+0900 P2PCallsSample[1271:299902] flutter: {cb-token-expirationdate: 2021-06-11 02:18:43 UTC, connection: keep-alive, date: Fri, 11 Jun 2021 00:18:43 GMT, content-length: 472, strict-transport-security: max-age=15768000; includeSubDomains, content-type: application/json; charset=utf-8, server: nginx/1.16.1} 2021-06-11 09:18:43.555492+0900 P2PCallsSample[1271:299902] flutter: BODY 2021-06-11 09:18:43.555532+0900 P2PCallsSample[1271:299902] flutter: [{"subscription":{"id":1784500,"_id":"60befb4b028c450011ee12bf","user_id":4399120,"bundle_identifier":"ties.ursoft.com.ties","client_identification_sequence":"4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22","notification_channel_id":6,"udid":"61E80F29-8826-41D6-B365-E8CB27422C37","platform_id":1,"environment":"development","notification_channel":{"name":"apns_voip"},"device":{"udid":"61E80F29-8826-41D6-B365-E8CB27422C37","platform":{"name":"ios"}}}}] 2021-06-11 09:18:43.555663+0900 P2PCallsSample[1271:299902] flutter: 2021-06-11 09:18:43.556488+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS 2021-06-11 09:19:11.307057+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] didReceiveIncomingPushWithPayload payload.dictionaryPayload = { aps = { alert = "{\"message\":\"\Uc704\Ud130\Uc758 \Ud398\Uc774\Uc2a4\Ud1a1\",\"call_type\":1,\"session_id\":\"e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea\",\"caller_id\":4399114,\"caller_name\":\"galaxy s10\",\"call_opponents\":\"4399120\",\"signal_type\":\"startCall\"}"; }; "call_opponents" = 4399120; "call_type" = 1; "caller_id" = 4399114; "caller_name" = "galaxy s10"; message = "\Uc704\Ud130\Uc758 \Ud398\Uc774\Uc2a4\Ud1a1"; "session_id" = "e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea"; "signal_type" = startCall; }, type = PKPushTypeVoIP 2021-06-11 09:19:11.308046+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [onMessage] received on foreground payload: {call_type: 1, caller_name: galaxy s10, call_opponents: 4399120, aps: {alert: {"message":"위터의 페이스톡","call_type":1,"session_id":"e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea","caller_id":4399114,"caller_name":"galaxy s10","call_opponents":"4399120","signal_type":"startCall"}}, message: 위터의 페이스톡, session_id: e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, caller_id: 4399114, signal_type: startCall}, isLocal=false 2021-06-11 09:19:11.308216+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [processCallNotification] message: {call_type: 1, caller_name: galaxy s10, call_opponents: 4399120, aps: {alert: {"message":"위터의 페이스톡","call_type":1,"session_id":"e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea","caller_id":4399114,"caller_name":"galaxy s10","call_opponents":"4399120","signal_type":"startCall"}}, message: 위터의 페이스톡, session_id: e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, caller_id: 4399114, signal_type: startCall} 2021-06-11 09:19:11.309889+0900 P2PCallsSample[1271:299641] [FlutterCallKitPlugin][reportNewIncomingCall] uuid = E303F07F-9ACB-4B2E-9D8D-79C2D8A7E8EA 2021-06-11 09:19:11.484134+0900 P2PCallsSample[1271:299894] [connection] nw_endpoint_handler_set_adaptive_read_handler [C1.1 142.250.204.74:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed 2021-06-11 09:19:11.484540+0900 P2PCallsSample[1271:299894] [connection] nw_endpoint_handler_set_adaptive_write_handler [C1.1 142.250.204.74:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed 2021-06-11 09:19:14.733569+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> conversation_screen.dart : initState()-------------------- 2021-06-11 09:19:14.735055+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> conversation_screen.dart : build(context)-------------------- 2021-06-11 09:19:14.794420+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: _addLocalMediaStream 2021-06-11 09:19:14.794520+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 4399120 2021-06-11 09:19:14.795229+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: startAnswer 2021-06-11 09:19:14.900643+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveRemoteOffer for opponent 4399114 2021-06-11 09:19:14.921495+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: _addRemoteMediaStream for user 4399114 2021-06-11 09:19:14.921585+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: _onStreamAdd for user 4399114 2021-06-11 09:19:14.923750+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 4399114 2021-06-11 09:19:15.115093+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> conversation_screen.dart : build(context)-------------------- 2021-06-11 09:19:16.725472+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: _drainIceCandidates 2021-06-11 09:19:16.725644+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 4399114 2021-06-11 09:19:16.725699+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 4399114 2021-06-11 09:19:16.727490+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.729397+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.730298+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.730365+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.832328+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.832425+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.834935+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidate, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:16.835020+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : sendIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:18.172053+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: : processIceCandidates, _sdp = CubeRTCSessionDescription: {sessionId = e303f07f-9acb-4b2e-9d8d-79c2d8a7e8ea, callerId = 4399114, opponents = {4399120}, conferenceType = 1, userInfo = null} 2021-06-11 09:19:18.172311+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, user id = 4399114, received 16 candidates 2021-06-11 09:19:18.174912+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, {sdp: v=0 2021-06-11 09:19:18.175076+0900 P2PCallsSample[1271:299902] flutter: o=- 347471995810825455 2 IN IP4 127.0.0.1 2021-06-11 09:19:18.175163+0900 P2PCallsSample[1271:299902] flutter: s=- 2021-06-11 09:19:18.175241+0900 P2PCallsSample[1271:299902] flutter: t=0 0 2021-06-11 09:19:18.175318+0900 P2PCallsSample[1271:299902] flutter: a=group:BUNDLE audio video 2021-06-11 09:19:18.178630+0900 P2PCallsSample[1271:299902] flutter: a=msid-semantic: WMS c6bd813d-a98d-4852-8a48-108d2ae3f966 2021-06-11 09:19:18.179042+0900 P2PCallsSample[1271:299902] flutter: m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 2021-06-11 09:19:18.179262+0900 P2PCallsSample[1271:299902] flutter: c=IN IP4 0.0.0.0 2021-06-11 09:19:18.179303+0900 P2PCallsSample[1271:299902] flutter: a=rtcp:9 IN IP4 0.0.0.0 2021-06-11 09:19:18.179891+0900 P2PCallsSample[1271:299902] flutter: a=ice-ufrag:1Pq6 2021-06-11 09:19:18.179952+0900 P2PCallsSample[1271:299902] flutter: a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x 2021-06-11 09:19:18.180662+0900 P2PCallsSample[1271:299902] flutter: a=ice-options:trickle renomination 2021-06-11 09:19:18.181114+0900 P2PCallsSample[1271:299902] flutter: a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F 2021-06-11 09:19:18.181157+0900 P2PCallsSample[1271:299902] flutter: a=setup:actpass 2021-06-11 09:19:18.181184+0900 P2PCallsSample[1271:299902] flutter: a=mid:audio 2021-06-11 09:19:18.183795+0900 P2PCallsSample[1271:299902] flutter: a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level 2021-06-11 09:19:18.183884+0900 P2PCallsSample[1271:299902] flutter: a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time 2021-06-11 09:19:18.183916+0900 P2PCallsSample[1271:299902] flutter: a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 2021-06-11 09:19:18.183954+0900 P2PCallsSample[1271:299902] flutter: a=sendrecv 2021-06-11 09:19:18.183980+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-mux 2021-06-11 09:19:18.184007+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:111 opus/48000/2 2021-06-11 09:19:18.184033+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:111 transport-cc 2021-06-11 09:19:18.184062+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:111 minptime=10;useinbandfec=1 2021-06-11 09:19:18.184088+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:103 ISAC/16000 2021-06-11 09:19:18.184113+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:104 ISAC/32000 2021-06-11 09:19:18.184213+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:9 G722/8000 2021-06-11 09:19:18.184245+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:102 ILBC/8000 2021-06-11 09:19:18.184820+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:0 PCMU/8000 2021-06-11 09:19:18.184876+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:8 PCMA/8000 2021-06-11 09:19:18.184903+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:106 CN/32000 2021-06-11 09:19:18.184929+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:105 CN/16000 2021-06-11 09:19:18.184955+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:13 CN/8000 2021-06-11 09:19:18.184980+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:110 telephone-event/48000 2021-06-11 09:19:18.185007+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:112 telephone-event/32000 2021-06-11 09:19:18.185033+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:113 telephone-event/16000 2021-06-11 09:19:18.185059+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:126 telephone-event/8000 2021-06-11 09:19:18.185085+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:2516345877 cname:cZTPI9r3rgezcMKm 2021-06-11 09:19:18.185112+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:2516345877 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d 2021-06-11 09:19:18.185187+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:2516345877 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 2021-06-11 09:19:18.185218+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:2516345877 label:e6e3441f-ab70-4dce-8ccb-cfcd79d99e7d 2021-06-11 09:19:18.186196+0900 P2PCallsSample[1271:299902] flutter: m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 127 123 125 122 124 2021-06-11 09:19:18.186623+0900 P2PCallsSample[1271:299902] flutter: c=IN IP4 0.0.0.0 2021-06-11 09:19:18.187092+0900 P2PCallsSample[1271:299902] flutter: a=rtcp:9 IN IP4 0.0.0.0 2021-06-11 09:19:18.187137+0900 P2PCallsSample[1271:299902] flutter: a=ice-ufrag:1Pq6 2021-06-11 09:19:18.187164+0900 P2PCallsSample[1271:299902] flutter: a=ice-pwd:iT2FTC+22EdW2SAhbNVJvn7x 2021-06-11 09:19:18.187190+0900 P2PCallsSample[1271:299902] flutter: a=ice-options:trickle renomination 2021-06-11 09:19:18.187216+0900 P2PCallsSample[1271:299902] flutter: a=fingerprint:sha-256 7F:8D:80:AC:C1:D4:DD:90:6E:4D:B5:A8:49:14:DC:D5:A0:A7:4C:F4:4F:A1:2E:FF:18:AD:7F:EC:A4:DD:FA:8F 2021-06-11 09:19:18.187269+0900 P2PCallsSample[1271:299902] flutter: a=setup:actpass 2021-06-11 09:19:18.187622+0900 P2PCallsSample[1271:299902] flutter: a=mid:video 2021-06-11 09:19:18.187759+0900 P2PCallsSample[1271:299902] flutter: a=extmap:14 urn:ietf:params:rtp-hdrext:toffset 2021-06-11 09:19:18.187984+0900 P2PCallsSample[1271:299902] flutter: a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time 2021-06-11 09:19:18.188022+0900 P2PCallsSample[1271:299902] flutter: a=extmap:13 urn:3gpp:video-orientation 2021-06-11 09:19:18.188166+0900 P2PCallsSample[1271:299902] flutter: a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 2021-06-11 09:19:18.188229+0900 P2PCallsSample[1271:299902] flutter: a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay 2021-06-11 09:19:18.188260+0900 P2PCallsSample[1271:299902] flutter: a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type 2021-06-11 09:19:18.188285+0900 P2PCallsSample[1271:299902] flutter: a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing 2021-06-11 09:19:18.188310+0900 P2PCallsSample[1271:299902] flutter: a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space 2021-06-11 09:19:18.188338+0900 P2PCallsSample[1271:299902] flutter: a=sendrecv 2021-06-11 09:19:18.189336+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-mux 2021-06-11 09:19:18.190041+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-rsize 2021-06-11 09:19:18.190307+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:96 VP8/90000 2021-06-11 09:19:18.190748+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:96 goog-remb 2021-06-11 09:19:18.190789+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:96 transport-cc 2021-06-11 09:19:18.190818+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:96 ccm fir 2021-06-11 09:19:18.190847+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:96 nack 2021-06-11 09:19:18.190875+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:96 nack pli 2021-06-11 09:19:18.190903+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:97 rtx/90000 2021-06-11 09:19:18.190931+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:97 apt=96 2021-06-11 09:19:18.190959+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:98 VP9/90000 2021-06-11 09:19:18.191034+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:98 goog-remb 2021-06-11 09:19:18.191477+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:98 transport-cc 2021-06-11 09:19:18.191523+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:98 ccm fir 2021-06-11 09:19:18.191554+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:98 nack 2021-06-11 09:19:18.191585+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:98 nack pli 2021-06-11 09:19:18.191614+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:99 rtx/90000 2021-06-11 09:19:18.191644+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:99 apt=98 2021-06-11 09:19:18.191729+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:100 H264/90000 2021-06-11 09:19:18.191819+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:100 goog-remb 2021-06-11 09:19:18.191849+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:100 transport-cc 2021-06-11 09:19:18.191878+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:100 ccm fir 2021-06-11 09:19:18.192306+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:100 nack 2021-06-11 09:19:18.192367+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:100 nack pli 2021-06-11 09:19:18.192540+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f 2021-06-11 09:19:18.192661+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:101 rtx/90000 2021-06-11 09:19:18.192784+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:101 apt=100 2021-06-11 09:19:18.192955+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:127 H264/90000 2021-06-11 09:19:18.193167+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:127 goog-remb 2021-06-11 09:19:18.193203+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:127 transport-cc 2021-06-11 09:19:18.193387+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:127 ccm fir 2021-06-11 09:19:18.193425+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:127 nack 2021-06-11 09:19:18.193455+0900 P2PCallsSample[1271:299902] flutter: a=rtcp-fb:127 nack pli 2021-06-11 09:19:18.193484+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f 2021-06-11 09:19:18.193515+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:123 rtx/90000 2021-06-11 09:19:18.193551+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:123 apt=127 2021-06-11 09:19:18.193581+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:125 red/90000 2021-06-11 09:19:18.193609+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:122 rtx/90000 2021-06-11 09:19:18.193639+0900 P2PCallsSample[1271:299902] flutter: a=fmtp:122 apt=125 2021-06-11 09:19:18.193668+0900 P2PCallsSample[1271:299902] flutter: a=rtpmap:124 ulpfec/90000 2021-06-11 09:19:18.193697+0900 P2PCallsSample[1271:299902] flutter: a=ssrc-group:FID 3534158647 1342693287 2021-06-11 09:19:18.194458+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:3534158647 cname:cZTPI9r3rgezcMKm 2021-06-11 09:19:18.194519+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:3534158647 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 2021-06-11 09:19:18.194550+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:3534158647 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 2021-06-11 09:19:18.194579+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:3534158647 label:d03c1301-f676-4556-901f-3f1188f1a0c9 2021-06-11 09:19:18.194972+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:1342693287 cname:cZTPI9r3rgezcMKm 2021-06-11 09:19:18.195059+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:1342693287 msid:c6bd813d-a98d-4852-8a48-108d2ae3f966 d03c1301-f676-4556-901f-3f1188f1a0c9 2021-06-11 09:19:18.195242+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:1342693287 mslabel:c6bd813d-a98d-4852-8a48-108d2ae3f966 2021-06-11 09:19:18.195289+0900 P2PCallsSample[1271:299902] flutter: a=ssrc:1342693287 label:d03c1301-f676-4556-901f-3f1188f1a0c9 2021-06-11 09:19:18.195352+0900 P2PCallsSample[1271:299902] flutter: , type: offer} 2021-06-11 09:19:18.195641+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3246205674 1 udp 2122197247 2001:4430:4190:9e59::5f0:ad9 38862 typ host generation 0 ufrag 1Pq6 network-id 4 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.196045+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:559267639 1 udp 2122005759 ::1 49765 typ host generation 0 ufrag 1Pq6 network-id 2, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.196901+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1510613869 1 udp 2121932543 127.0.0.1 57337 typ host generation 0 ufrag 1Pq6 network-id 1, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.197545+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3246205674 1 udp 2122197247 2001:4430:4190:9e59::5f0:ad9 56223 typ host generation 0 ufrag 1Pq6 network-id 4 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.197709+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:559267639 1 udp 2122005759 ::1 55674 typ host generation 0 ufrag 1Pq6 network-id 2, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.197939+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1510613869 1 udp 2121932543 127.0.0.1 43019 typ host generation 0 ufrag 1Pq6 network-id 1, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.198178+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:436605672 1 tcp 1518283007 2001:4430:155:7a03::375:4ad9 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 3 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.198290+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3865011119 1 tcp 1518149375 192.0.0.4 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 5 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.199188+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1591936202 1 tcp 1518083839 192.0.0.5 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 6 network-cost 900, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.199339+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1876313031 1 tcp 1518025983 ::1 46977 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 2, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.199822+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:344579997 1 tcp 1517952767 127.0.0.1 39737 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 1, sdpMid: audio, sdpMLineIndex: 0} 2021-06-11 09:19:18.199982+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:436605672 1 tcp 1518283007 2001:4430:155:7a03::375:4ad9 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 3 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.200884+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:3865011119 1 tcp 1518149375 192.0.0.4 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 5 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.201005+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1591936202 1 tcp 1518083839 192.0.0.5 9 typ host tcptype active generation 0 ufrag 1Pq6 network-id 6 network-cost 900, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.201070+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:1876313031 1 tcp 1518025983 ::1 39005 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 2, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.201162+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: processIceCandidates, candidate {candidate: candidate:344579997 1 tcp 1517952767 127.0.0.1 32879 typ host tcptype passive generation 0 ufrag 1Pq6 network-id 1, sdpMid: video, sdpMLineIndex: 1} 2021-06-11 09:19:18.201449+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 4399114 2021-06-11 09:19:33.306654+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateFailed for opponent 4399114 2021-06-11 09:19:33.306874+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0 2021-06-11 09:19:33.306937+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: BaseSession: closeCurrentSession 2021-06-11 09:19:33.307179+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: BaseSession: _notifySessionClosed 2021-06-11 09:19:33.307249+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: _onSessionClosed 2021-06-11 09:19:33.309121+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 4399114 2021-06-11 09:19:33.309520+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 4399114 2021-06-11 09:19:33.321511+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> login_screen.dart : build(context) -------------------- 2021-06-11 09:19:33.355399+0900 P2PCallsSample[1271:299902] flutter: >>>>>>>>>>>>>>>>> select_pppponents_screen.dart : build(context) -------------------- 2021-06-11 09:19:33.370523+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] voipRegistration 2021-06-11 09:19:33.373403+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] didUpdatePushCredentials credentials.token = {length = 32, bytes = 0x4ecc830d 47329348 71b8cf52 a0c15290 ... f3a268bb 5a1aed22 }, type = PKPushTypeVoIP 2021-06-11 09:19:33.373568+0900 P2PCallsSample[1271:299641] [FlutterVoipPushNotificationPlugin] handleRemoteNotificationsRegistered notification.userInfo = { deviceToken = 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22; } 2021-06-11 09:19:33.374256+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [onTokenRefresh] VoIP token: 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22 2021-06-11 09:19:33.443376+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [subscribe] token: 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22 2021-06-11 09:19:33.443864+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [onTokenRefresh] VoIP token: 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22 2021-06-11 09:19:33.443928+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [subscribe] token: 4ecc830d4732934871b8cf52a0c152908df0bafa34a971d3f3a268bb5a1aed22 2021-06-11 09:19:33.443999+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [subscribe] skip subscription for same token 2021-06-11 09:19:33.444045+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: PushNotificationsManager: [subscribe] skip subscription for same token 2021-06-11 09:19:33.621272+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: [dispose] dispose renderer for 4399120 2021-06-11 09:19:33.621938+0900 P2PCallsSample[1271:299902] flutter: CB-SDK: _ConversationCallScreenState: [dispose] dispose renderer for 4399114

TatankaConCube commented 3 years ago

Can you please connect all devices to the same WiFi network and check this case again? Or they are already in the same network?

indwrld commented 3 years ago

I have a test today. Nothing has changed since a week ago. Suddenly it's working!

I have serveral tests as you said, in the same WiFi, other Wifi, LTE, 5G with IPhone7, IPhone12, Galaxy s10. It's all working!

It's nice to finally see the video call screen. Thanks for your help for a long time.