Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera freezes when call established #29

Closed
DDavidPrime opened this issue Sep 29, 2020 · 2 comments
Closed

Camera freezes when call established #29

DDavidPrime opened this issue Sep 29, 2020 · 2 comments

Comments

@DDavidPrime
Copy link

DDavidPrime commented Sep 29, 2020

Specify the sample to which the issue belongs (use [x]):
[ ] Chat sample
[ ] P2P Call sample
[x ] Conference Call sample

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

Describe the bug:
Currently when I establish a call between two users, the video on the callers side freezes or is displayed as a black screen on the other side. This is happening especially when the app is in the background and brought to foreground.

Additional information:
Code from the conference call example is used, as a base project with smaller adjustments (Connection-related code moved into a separate file).

Logs:

I/flutter (12417): CB-SDK: : createSession userId= 1827322
I/flutter (12417): 2020-09-29T12:49:09.657092: CB-SDK: : connect to wss://janus.connectycube.com:8989, janus-protocol
I/flutter (12417): 2020-09-29T12:49:09.657939: CB-SDK: : SND(1): {"janus":"create","session_id":null,"transaction":"bc80ed2b-0bec-40ef-9409-76aa15d5e27c","token":null}
I/flutter (12417): 2020-09-29T12:49:10.378503: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "success",
I/flutter (12417):    "transaction": "bc80ed2b-0bec-40ef-9409-76aa15d5e27c",
I/flutter (12417):    "data": {
I/flutter (12417):       "id": 2982978045186777
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.success, sessionId=null}
I/flutter (12417): 2020-09-29T12:49:10.379459: CB-SDK: : SND(1): {"janus":"attach","session_id":2982978045186777,"transaction":"3bf5adfc-e7e8-4833-ba58-2676325bb80f","token":null,"plugin":"janus.plugin.videoroom"}
I/flutter (12417): 2020-09-29T12:49:10.512235: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "success",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "3bf5adfc-e7e8-4833-ba58-2676325bb80f",
I/flutter (12417):    "data": {
I/flutter (12417):       "id": 6137506995618314
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:10.513283: CB-SDK: JanusSignaler: attachPlugin wsDataPacket= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:10.513485: CB-SDK: JanusSignaler: startAutoSendPresence
I/flutter (12417): 2020-09-29T12:49:10.514179: CB-SDK: : SND(1): {"janus":"message","session_id":2982978045186777,"transaction":"e8e749ef-ba20-4931-b470-335b5d5f9157","token":null,"handle_id":6137506995618314,"body":{"id":1827322,"feed":null,"ptype":"publisher","room":"1827322","request":"join"}}
I/org.webrtc.Logging(12417): EglRenderer: Initializing EglRenderer
I/org.webrtc.Logging(12417): EglRenderer: EglBase.create shared context
D/HostConnection(12417): HostConnection::get() New Host Connection established 0xdc353b10, tid 12792
D/HostConnection(12417): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_2 
I/org.webrtc.Logging(12417): EglBase14Impl: Using OpenGL ES version 2
D/eglCodecCommon(12417): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(12417): eglCreateContext: 0xb2f55fa0: maj 2 min 0 rcv 2
I/org.webrtc.Logging(12417): EglRenderer: Initializing EglRenderer
D/EGL_emulation(12417): eglMakeCurrent: 0xb2f55fa0: ver 2 0 (tinfo 0xbf015400)
I/org.webrtc.Logging(12417): EglRenderer: EglBase.create shared context
D/HostConnection(12417): HostConnection::get() New Host Connection established 0xb9bf9040, tid 12793
D/HostConnection(12417): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_2 
I/org.webrtc.Logging(12417): EglBase14Impl: Using OpenGL ES version 2
D/eglCodecCommon(12417): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(12417): eglCreateContext: 0xef57f1c0: maj 2 min 0 rcv 2
D/EGL_emulation(12417): eglMakeCurrent: 0xef57f1c0: ver 2 0 (tinfo 0xc4d98d60)
I/flutter (12417): 2020-09-29T12:49:10.775508: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "e8e749ef-ba20-4931-b470-335b5d5f9157"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:10.778082: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "e8e749ef-ba20-4931-b470-335b5d5f9157",
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "joined",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "description": "1827322",
I/flutter (12417):          "id": 1827322,
I/flutter (12417):          "private_id": 1450615194,
I/flutter (12417):          "publishers": [],
I/flutter (12417):          "attendees": []
I/flutter (12417):       }
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:10.779725: CB-SDK: JanusSignaler: JoinEvent publishers= [] , subscribers= []
I/flutter (12417): 2020-09-29T12:49:10.779905: CB-SDK: : onJoinEvent
I/flutter (12417): 2020-09-29T12:49:10.780093: CB-SDK: ConferenceSession: Make new channel for opponent: 1827322, Instance of 'ConferencePeerConnection'
I/flutter (12417): CB-SDK: : join session= []
I/FlutterWebRTCPlugin(12417): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin(12417): getUserMedia(video): com.cloudwebrtc.webrtc.utils.ConstraintsMap@9a0fca0
D/FlutterWebRTCPlugin(12417): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin(12417): Create front camera 1 succeeded
D/HostConnection(12417): HostConnection::get() New Host Connection established 0xbf071ee0, tid 12794
D/HostConnection(12417): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_2 
I/org.webrtc.Logging(12417): EglBase14Impl: Using OpenGL ES version 2
D/eglCodecCommon(12417): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(12417): eglCreateContext: 0xb2f12d00: maj 2 min 0 rcv 2
D/EGL_emulation(12417): eglMakeCurrent: 0xb2f12d00: ver 2 0 (tinfo 0xbef26850)
E/EGL_emulation(12417): eglQueryContext 32c0  EGL_BAD_ATTRIBUTE
E/EGL_emulation(12417): tid 12794: eglQueryContext(1902): error 0x3004 (EGL_BAD_ATTRIBUTE)
I/org.webrtc.Logging(12417): CameraCapturer: startCapture: 1280x720@30
D/FlutterWebRTCPlugin(12417): changeCaptureFormat: 1280x720@30
I/org.webrtc.Logging(12417): Camera2Session: Create new camera2 session on camera 1
I/org.webrtc.Logging(12417): Camera2Session: start
D/FlutterWebRTCPlugin(12417): MediaStream id: 8cca124e-adcc-411b-9eb1-31d60fab5fe2
I/flutter (12417): CB-SDK: : Received local stream data.
I/org.webrtc.Logging(12417): Camera2Session: Available preview sizes: [1280x720, 640x480, 320x240, 176x144, 1920x1080]
I/org.webrtc.Logging(12417): Camera2Session: Available fps ranges: [[15.0:30.0], [30.0:30.0]]
I/org.webrtc.Logging(12417): Camera2Session: Using capture format: 1280x720@[15.0:30.0]
I/org.webrtc.Logging(12417): Camera2Session: Opening camera 1
D/FlutterWebRTCPlugin(12417): CameraEventsHandler.onCameraOpening: cameraName=1
I/org.webrtc.Logging(12417): Camera2Session: Camera opened.
I/org.webrtc.Logging(12417): Camera2Session: Camera capture session configured.
I/org.webrtc.Logging(12417): Camera2Session: Stabilization not available.
I/org.webrtc.Logging(12417): Camera2Session: Using continuous video auto-focus.
I/flutter (12417): CB-SDK: : {parameters: {ios_voip: 1, message: testemail14@delotti.com, dialog_id: 1827322, participants: [1836517], uuid: 5426a3ca-8b49-57b7-a3e5-3cc6d34c6e37, isVideo: true}, notificationType: push, environment: development, eventType: null, usersIds: [1836517], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter (12417): CB-SDK: : =========================================================
I/flutter (12417): === REQUEST ==== 157b4190-8bde-4928-9ec9-f6922433f31c ===
I/flutter (12417): REQUEST
I/flutter (12417):   POST https://api.connectycube.com/events 
I/flutter (12417): HEADERS
I/flutter (12417):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 0.4.2, CB-Token: 717f2e20f0f0753e874487ebbc6041fe020009d0}
I/flutter (12417): BODY
I/flutter (12417):   {"event":{"notification_type":"push","environment":"development","message":"eyJpb3Nfdm9pcCI6MSwibWVzc2FnZSI6InRlc3RlbWFpbDE0QGRlbG90dGkuY29tIiwiZGlhbG9nX2lkIjoiMTgyNzMyMiIsInBhcnRpY2lwYW50cyI6WzE4MzY1MTddLCJ1dWlkIjoiNTQyNmEzY2EtOGI0OS01N2I3LWEzZTUtM2NjNmQzNGM2ZTM3IiwiaXNWaWRlbyI6dHJ1ZX0=","user":{"ids":"1836517"}}}
I/flutter (12417): 
I/org.webrtc.Logging(12417): EglRenderer: Releasing.
I/org.webrtc.Logging(12417): EglRenderer: eglBase detach and release.
I/org.webrtc.Logging(12417): Camera2Session: Camera device successfully started.
I/org.webrtc.Logging(12417): CameraCapturer: Create session done. Switch state: IDLE
I/org.webrtc.Logging(12417): SurfaceTextureHelper: Setting listener to org.webrtc.-$$Lambda$Camera2Session$CaptureSessionCallback$UDvzHNj8-cAJE1WNByx98pxD9vA@b3c915
I/flutter (12417): CB-SDK: PeerConnection: _createOffer for opponent 1827322
I/org.webrtc.Logging(12417): EglRenderer: Quitting render thread.
I/org.webrtc.Logging(12417): EglRenderer: Releasing done.
I/org.webrtc.Logging(12417): EglRenderer: Initializing EglRenderer
I/org.webrtc.Logging(12417): EglRenderer: EglBase.create shared context
D/HostConnection(12417): HostConnection::get() New Host Connection established 0xdc350870, tid 12807
D/HostConnection(12417): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_2 
I/org.webrtc.Logging(12417): EglBase14Impl: Using OpenGL ES version 2
D/eglCodecCommon(12417): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(12417): eglCreateContext: 0xbfd253c0: maj 2 min 0 rcv 2
D/FlutterWebRTCPlugin(12417): addStreamcom.cloudwebrtc.webrtc.utils.AnyThreadResult@dda321b
D/EGL_emulation(12417): eglMakeCurrent: 0xbfd253c0: ver 2 0 (tinfo 0xbf015380)
D/FlutterWebRTCPlugin(12417): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin(12417): peerConnectionSetLocalDescription() start
I/flutter (12417): 2020-09-29T12:49:11.186517: CB-SDK: ConferenceSession: onSendOffer
I/flutter (12417): 2020-09-29T12:49:11.190891: CB-SDK: : SND(1): {"janus":"message","session_id":2982978045186777,"transaction":"a4a1b425-2b16-47c0-bd5d-4daad0423dbb","token":null,"handle_id":6137506995618314,"jsep":{"type":"offer","sdp":"v=0\r\no=- 8051735712843065528 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS 8cca124e-adcc-411b-9eb1-31d60fab5fe2\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:Nrkj\r\na=ice-pwd:f6XvxcGai92jD47DaoAxAVrq\r\na=ice-options:trickle renomination\r\na=fingerprint:sha-256 A0:C5:CE:0A:9E:7B:E7:F1:BC:03:90:23:12:7D:29:45:87:B9:17:3E:A2:92:A0:75:8D:F8:37:F9:77:AE:B8:2C\r\na=setup:actpass\r\na=mid:audio\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinband
I/org.webrtc.Logging(12417): NetworkMonitor: Start monitoring with native observer -1077570848
D/FlutterWebRTCPlugin(12417): onIceGatheringChangeGATHERING
D/FlutterWebRTCPlugin(12417): peerConnectionSetLocalDescription() end
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/chatty  (12417): uid=10138(com.thrivecommunity.thrive_client) signaling_threa identical 8 lines
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: Network becomes available: 101
I/flutter (12417): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 1827322
I/flutter (12417): sending: <r xmlns="urn:xmpp:sm:3"/>
I/flutter (12417): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 1827322
I/flutter (12417): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 1827322
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: capabilities changed: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -30]
I/flutter (12417): 2020-09-29T12:49:11.398084: CB-SDK: ConferenceSession: onSendIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.425821: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"ba76faa5-400e-4539-8da4-c125a4bda188","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:841689039 1 udp 2122260223 10.0.2.16 39954 typ host generation 0 ufrag Nrkj network-id 5 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.438895: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.439400: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"b3068ce1-903d-4ba1-b106-747a8a31cc11","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:3043609203 1 udp 2122187263 fec0::15:b4ff:fe00:0 52348 typ host generation 0 ufrag Nrkj network-id 6 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.440062: CB-SDK: ConferenceSession: onSendIceCandidate
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: link properties changed: {InterfaceName: wlan0 LinkAddresses: [ fe80::15:b4ff:fe00:0/64,10.0.2.16/24,fec0::15:b4ff:fe00:0/64,fec0::7cec:1882:9a67:f59f/64,fec0::105:9f61:4423:f147/64 ] DnsAddresses: [ /10.0.2.3 ] UsePrivateDns: true ValidatedPrivateDnsAddresses: [10.0.2.3] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576 Routes: [ fe80::/64 -> :: wlan0,::/0 -> fe80::2 wlan0,fec0::/64 -> :: wlan0,10.0.2.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.0.2.2 wlan0 ]}
I/flutter (12417): 2020-09-29T12:49:11.458937: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"82663625-8969-45bd-a25c-2322de913b3e","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:841689039 1 udp 2122129151 10.0.2.16 43820 typ host generation 0 ufrag Nrkj network-id 3 network-cost 900","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.459964: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.460576: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"4ef0ff1d-64e5-4fc9-9b8d-399f7b56a70b","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:3043609203 1 udp 2122056191 fec0::15:b4ff:fe00:0 36369 typ host generation 0 ufrag Nrkj network-id 4 network-cost 900","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.461253: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.461864: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"611c66fa-bd99-46dd-9a48-6217bbbcfb4d","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:559267639 1 udp 2122005759 ::1 44896 typ host generation 0 ufrag Nrkj network-id 2","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.462608: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.463121: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"966e411c-30fa-45d5-a029-1585cff353ac","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:1510613869 1 udp 2121932543 127.0.0.1 42511 typ host generation 0 ufrag Nrkj network-id 1","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.464183: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.464812: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"03852a22-39d3-44d4-96d8-6352877d3ffe","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:841689039 1 udp 2122260223 10.0.2.16 41038 typ host generation 0 ufrag Nrkj network-id 5 network-cost 10","sdpMLineIndex":1,"sdpMid":"video"}}
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: Network becomes available: 100
I/flutter (12417): 2020-09-29T12:49:11.499149: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.499713: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"3f323395-0c3a-44e6-b692-ecf9cc6d0209","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:3043609203 1 udp 2122187263 fec0::15:b4ff:fe00:0 53352 typ host generation 0 ufrag Nrkj network-id 6 network-cost 10","sdpMLineIndex":1,"sdpMid":"video"}}
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: capabilities changed: [ Transports: CELLULAR Capabilities: MMS&SUPL&DUN&FOTA&IMS&CBS&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
I/flutter (12417): 2020-09-29T12:49:11.517349: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.517982: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"f0891712-b067-41f5-989e-61bf29e4c8c9","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:841689039 1 udp 2122129151 10.0.2.16 49464 typ host generation 0 ufrag Nrkj network-id 3 network-cost 900","sdpMLineIndex":1,"sdpMid":"video"}}
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: link properties changed: {InterfaceName: radio0 LinkAddresses: [ fe80::740a:68ff:fe85:8fb/64,10.0.2.15/24,fec0::740a:68ff:fe85:8fb/64,fec0::c86e:3343:9e04:1cd6/64,fec0::d187:aa86:a135:5b0a/64,fec0::cc6a:886:a0f8:e204/64,fec0::1ca9:9265:35c9:a6a2/64 ] DnsAddresses: [ /10.0.2.3 ] UsePrivateDns: true ValidatedPrivateDnsAddresses: [10.0.2.3] Domains: null MTU: 1500 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576 Routes: [ ::/0 -> fe80::2 radio0,0.0.0.0/0 -> 10.0.2.2 radio0,fe80::/64 -> :: radio0,10.0.2.0/24 -> 0.0.0.0 radio0,fec0::/64 -> :: radio0 ]}
I/flutter (12417): 2020-09-29T12:49:11.530769: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.532089: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"e716eb08-20ef-47f9-9ad5-95257c3246df","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:3043609203 1 udp 2122056191 fec0::15:b4ff:fe00:0 33165 typ host generation 0 ufrag Nrkj network-id 4 network-cost 900","sdpMLineIndex":1,"sdpMid":"video"}}
I/flutter (12417): 2020-09-29T12:49:11.551285: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.552057: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"63647eb7-aa8f-4d76-9a38-f75cc27d19b4","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:559267639 1 udp 2122005759 ::1 53439 typ host generation 0 ufrag Nrkj network-id 2","sdpMLineIndex":1,"sdpMid":"video"}}
I/flutter (12417): 2020-09-29T12:49:11.553052: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.553557: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"7ac650ce-dc76-45c8-a412-a3e7ac6693ab","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:1510613869 1 udp 2121932543 127.0.0.1 37546 typ host generation 0 ufrag Nrkj network-id 1","sdpMLineIndex":1,"sdpMid":"video"}}
I/flutter (12417): 2020-09-29T12:49:11.607154: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.607769: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"0c6c66ae-e1eb-4efc-b2ab-c264d432bbb1","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:1876313031 1 tcp 1518025983 ::1 38749 typ host tcptype passive generation 0 ufrag Nrkj network-id 2","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.643619: CB-SDK: ConferenceSession: onSendIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): peerConnectionSetRemoteDescription() start
I/flutter (12417): response: <xmpp_stone><a xmlns='urn:xmpp:sm:3' h='8'/></xmpp_stone>
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: initPlayout(sampleRate=44100, channels=1)
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: byteBuffer.capacity: 882
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrack.getMinBufferSize: 4232
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: createAudioTrackOnLollipopOrHigher
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: nativeOutputSampleRate: 44100
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrack: session ID: 1889, channels: 1, sample rate: 44100, max gain: 1.0
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrack: buffer size in frames: 2116
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrack: buffer capacity in frames: 2116
I/org.webrtc.Logging(12417): VolumeLogger: start@[name=worker_thread - 12517, id=1146]
I/org.webrtc.Logging(12417): VolumeLogger: audio mode is: MODE_IN_COMMUNICATION
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: startPlayout
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrackThread@[name=AudioTrackJavaThread, id=1190]
I/org.webrtc.Logging(12417): VolumeLogger: VOICE_CALL stream volume: 1 (max=5)
D/FlutterWebRTCPlugin(12417): peerConnectionSetRemoteDescription() end
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/flutter (12417): sending: <message id="5f73112817d3a045afb1e67a" type="headline" to="1836517-2512@chat.connectycube.com">
I/flutter (12417):   <body/>
I/flutter (12417):   <extraParams xmlns="jabber:client">
I/flutter (12417):     <date_sent>1601376552113</date_sent>
I/flutter (12417):     <save_to_history>1</save_to_history>
I/flutter (12417):     <ccConferenceCallMessageTag>1</ccConferenceCallMessageTag>
I/flutter (12417):     <roomId>1827322</roomId>
I/flutter (12417):     <callStart>1</callStart>
I/flutter (12417):     <isVideoCall>1</isVideoCall>
I/flutter (12417):     <participantIds>1836517</participantIds>
I/flutter (12417):     <moduleIdentifier>SystemNotifications</moduleIdentifier>
I/flutter (12417):   </extraParams>
I/flutter (12417): </message>
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): onIceGatheringChangeCOMPLETE
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: initRecording(sampleRate=44100, channels=1)
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: byteBuffer.capacity: 882
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: AudioRecord.getMinBufferSize: 2688
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: bufferSizeInBytes: 5376
I/org.webrtc.Logging(12417): WebRtcAudioEffectsExternal: enable(audioSession=1897)
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: AudioRecord: session ID: 1897, channels: 1, sample rate: 44100
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: AudioRecord: buffer size in frames: 2688
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: startRecording
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: AudioRecordThread@[name=AudioRecordJavaThread, id=1193]
I/flutter (12417): 2020-09-29T12:49:11.644073: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"8765ec9e-7cd2-413f-8dc6-c38339e4e933","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:344579997 1 tcp 1517952767 127.0.0.1 47403 typ host tcptype passive generation 0 ufrag Nrkj network-id 1","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.677300: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.677679: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"ec5e971f-07d1-48c3-bf1d-9c5e3cb0dd47","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:1876313031 1 tcp 1518025983 ::1 41133 typ host tcptype passive generation 0 ufrag Nrkj network-id 2","sdpMLineIndex":1,"sdpMid":"video"}}
I/flutter (12417): 2020-09-29T12:49:11.679043: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.683986: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"26648c29-f10c-4dee-9160-3d37b9af8f55","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:344579997 1 tcp 1517952767 127.0.0.1 37987 typ host tcptype passive generation 0 ufrag Nrkj network-id 1","sdpMLineIndex":1,"sdpMid":"video"}}
I/flutter (12417): 2020-09-29T12:49:11.776569: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:11.777053: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"ce9212b6-b3ec-49aa-a93d-25b972b99f65","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:842163049 1 udp 1686052607 176.67.217.13 59931 typ srflx raddr 10.0.2.16 rport 39954 generation 0 ufrag Nrkj network-id 5 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:11.777409: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "a4a1b425-2b16-47c0-bd5d-4daad0423dbb"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.781424: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "a4a1b425-2b16-47c0-bd5d-4daad0423dbb",
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "event",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "configured": "ok",
I/flutter (12417):          "audio_codec": "opus",
I/flutter (12417):          "video_codec": "vp8"
I/flutter (12417):       }
I/flutter (12417):    },
I/flutter (12417):    "jsep": {
I/flutter (12417):       "type": "answer",
I/flutter (12417):       "sdp": "v=0\r\no=- 8051735712843065528 2 IN IP4 100.24.90.243\r\ns=VideoRoom 1827322\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS janus\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 100.24.90.243\r\na=recvonly\r\na=mid:audio\r\na=rtcp-mux\r\na=ice-ufrag:P5wn\r\na=ice-pwd:ilfYJvKZxpq9zprLGN1kdi\r\na=ice-options:trickle\r\na=fingerprint:sha-256 41:E7:18:C1:0F:F1:E9:17:33:AF:17:AA:D5:60:10:36:C6:60:78:FC:8A:78:3F:5B:8C:B2:2C:88:49:5B:B8:F1\r\na=setup:active\r\na=rtpmap:111 opus/48000/2\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=msid:janus janusa0\r\na=ssrc:3290200124 cname:janus\r\na=ssrc:3290200124 msid:janus janusa0\r\na=ssrc:3290200124 mslabel:janus\r\na=ssrc:3290200124 label:janusa0\r\na=candidate:1 1 udp 2015363327 172.31.64.25 42154 typ host\r\na=candidate:2 1 udp 1679819007 100.24.90.243 42154 typ srflx raddr 172.31.64.25 rport 42154\r\na=end-of-candidates\r\nm=video 9 UDP/
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.792760: CB-SDK: JanusSignaler: RemoteSDPEventAnswer wsEvent with sdp type= answer
I/flutter (12417): 2020-09-29T12:49:11.793505: CB-SDK: ConferenceSession: onRemoteSDPEventAnswer
I/flutter (12417): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 1827322
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 1827322
I/flutter (12417): 2020-09-29T12:49:11.851259: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "ba76faa5-400e-4539-8da4-c125a4bda188"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.866114: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "b3068ce1-903d-4ba1-b106-747a8a31cc11"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.867912: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "82663625-8969-45bd-a25c-2322de913b3e"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.885765: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "4ef0ff1d-64e5-4fc9-9b8d-399f7b56a70b"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.969162: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "611c66fa-bd99-46dd-9a48-6217bbbcfb4d"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.972189: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "966e411c-30fa-45d5-a029-1585cff353ac"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.978137: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "03852a22-39d3-44d4-96d8-6352877d3ffe"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.979633: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "3f323395-0c3a-44e6-b692-ecf9cc6d0209"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:11.991035: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:12.002831: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"2072b53c-ae50-49ae-b737-bf49a2544c2c","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:842163049 1 udp 1685921535 176.67.217.13 59932 typ srflx raddr 10.0.2.16 rport 43820 generation 0 ufrag Nrkj network-id 3 network-cost 900","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): CB-SDK: : *********************************************************
I/flutter (12417): *** RESPONSE *** 201 *** 157b4190-8bde-4928-9ec9-f6922433f31c ***
I/flutter (12417): HEADERS
I/flutter (12417):   {connection: keep-alive, cache-control: max-age=0, private, must-revalidate, set-cookie: _mkra_ctxt=93b4feccbbf3761a5d3896e154c7626a--201; path=/; max-age=5; HttpOnly; secure, status: 201 Created, transfer-encoding: chunked, date: Tue, 29 Sep 2020 10:49:18 GMT, access-control-allow-origin: *, strict-transport-security: max-age=31536000,max-age=15768000;, content-type: application/json; charset=utf-8, x-xss-protection: 1; mode=block, server: nginx/1.16.1, x-request-id: 9ea8c2a7-01a5-4ccf-b993-b491a76bf470, cb-token-expirationdate: 2020-09-29 12:46:19 UTC, connectycube-rest-api-version: 0.1.1, x-runtime: 0.094088, etag: W/"45253060eeccf2a90700a03e2ee573bb", x-frame-options: SAMEORIGIN, x-content-type-options: nosniff}
I/flutter (12417): BODY
I/flutter (12417):   [{"event":{"id":2181753,"event_type":"one_shot","message":"data.message=dGVzdGVtYWlsMTQlNDBkZWxvdHRpLmNvbQ==\u0026data.dialog_id=MTgyNzMyMg==\u0026data.participants=JTVCMTgzNjUxNyU1RA==\u0026data.uuid=NTQyNmEzY2EtOGI0OS01N2I3LWEzZTUtM2NjNmQzNGM2ZTM3\u0026data.isVideo=dHJ1ZQ==","date":null,"period":null,"name":null,"occured_count":0,"created_at":"2020-09-29T10:49:18Z","updated_at":"2020-09-29T10:49:18Z","end_date":null,"active":true,"application_id":2512,"user_id":1827322,"kind":"ChatAlert","environment":"development","tag_query":null,"notification_channel":{"name":"gcm"}}}]
I/flutter (12417): 
I/flutter (12417): CB-SDK: : Event sent successfully.
I/flutter (12417): 2020-09-29T12:49:12.117101: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "f0891712-b067-41f5-989e-61bf29e4c8c9"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.122899: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "e716eb08-20ef-47f9-9ad5-95257c3246df"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.130698: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "63647eb7-aa8f-4d76-9a38-f75cc27d19b4"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.133532: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "7ac650ce-dc76-45c8-a412-a3e7ac6693ab"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.158676: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:12.159308: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"2e2adf69-a9b6-4bbc-b076-e42ec1031d90","token":null,"handle_id":6137506995618314,"candidate":{"candidate":"candidate:1940454297 1 udp 25108223 3.121.84.95 32360 typ relay raddr 176.67.217.13 rport 59862 generation 0 ufrag Nrkj network-id 5 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:12.194181: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "0c6c66ae-e1eb-4efc-b2ab-c264d432bbb1"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.198043: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "8765ec9e-7cd2-413f-8dc6-c38339e4e933"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.200040: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "ec5e971f-07d1-48c3-bf1d-9c5e3cb0dd47"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.211419: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "26648c29-f10c-4dee-9160-3d37b9af8f55"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.214615: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "ce9212b6-b3ec-49aa-a93d-25b972b99f65"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.320648: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "2072b53c-ae50-49ae-b737-bf49a2544c2c"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.323144: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "2e2adf69-a9b6-4bbc-b076-e42ec1031d90"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 1827322
I/org.webrtc.Logging(12417): CameraStatistics: Camera fps: 3.
I/flutter (12417): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 1827322
I/flutter (12417): 2020-09-29T12:49:12.401555: CB-SDK: ConferenceSession: signaler sendIceCandidateComplete for userId= 1827322
I/flutter (12417): 2020-09-29T12:49:12.402465: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"991920aa-08ac-4840-9307-37665b5cf79d","token":null,"handle_id":6137506995618314,"candidate":{"completed":true}}
I/flutter (12417): 2020-09-29T12:49:12.547083: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "991920aa-08ac-4840-9307-37665b5cf79d"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateConnected for opponent 1827322
I/flutter (12417): CB-SDK: : !!!! onConnectedToUser userId= 1827322
I/flutter (12417): 2020-09-29T12:49:12.573254: CB-SDK: ConferenceSession: onPeerConnectionStateChanged can send sendIceCandidateComplete()
I/flutter (12417): 2020-09-29T12:49:12.717736: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "webrtcup",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 6137506995618314
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.webrtcup, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.717942: CB-SDK: JanusSignaler: WsWebRTCUp packet sender= 6137506995618314
I/flutter (12417): 2020-09-29T12:49:12.718010: CB-SDK: ConferenceSession: onWebRTCUpReceived senderId= 6137506995618314
I/flutter (12417): 2020-09-29T12:49:12.718090: CB-SDK: : became a publisher
I/flutter (12417): 2020-09-29T12:49:12.718206: CB-SDK: : autoSubscribeToPublisher enabled
I/flutter (12417): 2020-09-29T12:49:12.811674: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "media",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "type": "audio",
I/flutter (12417):    "receiving": true
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.media, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:12.811914: CB-SDK: JanusSignaler: WsMedia packet type= audio, receiving= true
I/flutter (12417): 2020-09-29T12:49:12.811978: CB-SDK: ConferenceSession: onMediaReceived
I/org.webrtc.Logging(12417): 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(12417): CameraStatistics: Camera fps: 0.
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4010 ms. Frames received: 5. Dropped: 0. Rendered: 5. Render fps: 1.2. Average render time: 97140 us. Average swapBuffer time: 94471 us.
I/flutter (12417): sending: <r xmlns="urn:xmpp:sm:3"/>
I/flutter (12417): response: <xmpp_stone><a xmlns='urn:xmpp:sm:3' h='9'/></xmpp_stone>
I/flutter (12417): Delivered: 5f73112817d3a045afb1e67a
I/org.webrtc.Logging(12417): CameraStatistics: Camera fps: 0.
E/org.webrtc.Logging(12417): CameraStatistics: Camera freezed.
D/FlutterWebRTCPlugin(12417): CameraEventsHandler.onCameraFreezed: errorDescription=Camera failure.
I/flutter (12417): 2020-09-29T12:49:17.695556: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "event",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "joining": {
I/flutter (12417):             "id": 1836517
I/flutter (12417):          }
I/flutter (12417):       }
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:17.706744: CB-SDK: JanusSignaler: isJoiningEvent participantId= 1836517 , conferenceRole= null
I/flutter (12417): 2020-09-29T12:49:17.706906: CB-SDK: ConferenceSession: onJoiningEvent participantId= 1836517
I/flutter (12417): response: <xmpp_stone><message id="5f7311310cbf5a6a6d05f75c" type="headline" from="1836517-2512@chat.connectycube.com/flutter_4603ee9b48fbfeb5" to="1827322-2512@chat.connectycube.com" xmlns="jabber:client">
I/flutter (12417): <body/><extraParams xmlns="jabber:client">
I/flutter (12417):   <date_sent>1601376561583</date_sent><save_to_history>1</save_to_history><ccConferenceCallMessageTag>1</ccConferenceCallMessageTag><roomId>1827322</roomId><callAccepted>1</callAccepted><moduleIdentifier>SystemNotifications</moduleIdentifier></extraParams></message></xmpp_stone>
I/flutter (12417): CB-SDK: : parseCallMessage cubeMessage= {_id: 5f7311310cbf5a6a6d05f75c, chat_dialog_id: null, message: null, date_sent: 1601376561583, sender_id: 1836517, recipient_id: 1827322, read_ids: null, delivered_ids: null, views_count: null, attachments: [], id: null, created_at: null, updated_at: null, save_to_history: 1, ccConferenceCallMessageTag: 1, roomId: 1827322, callAccepted: 1, moduleIdentifier: SystemNotifications}
I/flutter (12417): CB-SDK: : Call accepted by user 1836517
I/flutter (12417): response: <xmpp_stone><r xmlns='urn:xmpp:sm:3' /></xmpp_stone>
I/flutter (12417): sending: <a xmlns="urn:xmpp:sm:3" h="8"/>
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4015 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA.
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4018 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA.
I/y.thrive_clien(12417): Background young concurrent copying GC freed 27985(2001KB) AllocSpace objects, 6(184KB) LOS objects, 49% free, 2337KB/4614KB, paused 12.070ms total 121.067ms
I/flutter (12417): 2020-09-29T12:49:20.359199: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "event",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "publishers": [
I/flutter (12417):             {
I/flutter (12417):                "id": 1836517,
I/flutter (12417):                "audio_codec": "opus",
I/flutter (12417):                "video_codec": "vp8",
I/flutter (12417):                "talking": false
I/flutter (12417):             }
I/flutter (12417):          ]
I/flutter (12417):       }
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:20.360066: CB-SDK: JanusSignaler: PublisherEvent wsEvent publishers= [{id= 1836517, audioCodec= opus, videoCodec= vp8, talking= false}]
I/flutter (12417): 2020-09-29T12:49:20.360444: CB-SDK: ConferenceSession: onPublishedEvent publishersList= [1836517]
I/flutter (12417): CB-SDK: : Publishers received
I/flutter (12417): 2020-09-29T12:49:20.360949: CB-SDK: ConferenceSession: subscribeToPublisher =1836517
I/flutter (12417): 2020-09-29T12:49:20.362198: CB-SDK: : SND(1): {"janus":"attach","session_id":2982978045186777,"transaction":"769bb06e-6693-4a07-8393-1989037f2f06","token":null,"plugin":"janus.plugin.videoroom"}
I/flutter (12417): 2020-09-29T12:49:20.571905: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "success",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "769bb06e-6693-4a07-8393-1989037f2f06",
I/flutter (12417):    "data": {
I/flutter (12417):       "id": 5182330890491593
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:20.584294: CB-SDK: JanusSignaler: attachPlugin wsDataPacket= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:20.586305: CB-SDK: : SND(1): {"janus":"message","session_id":2982978045186777,"transaction":"49449ad6-cea3-489a-8de5-1063ebd67519","token":null,"handle_id":5182330890491593,"body":{"id":1827322,"feed":1836517,"ptype":"subscriber","room":"1827322","request":"join"}}
I/flutter (12417): 2020-09-29T12:49:20.762336: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "49449ad6-cea3-489a-8de5-1063ebd67519"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:20.781367: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "49449ad6-cea3-489a-8de5-1063ebd67519",
I/flutter (12417):    "sender": 5182330890491593,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "attached",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "id": 1836517
I/flutter (12417):       }
I/flutter (12417):    },
I/flutter (12417):    "jsep": {
I/flutter (12417):       "type": "offer",
I/flutter (12417):       "sdp": "v=0\r\no=- 1601376564900937 1 IN IP4 100.24.90.243\r\ns=VideoRoom 1827322\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS janus\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 100.24.90.243\r\na=sendonly\r\na=mid:audio\r\na=rtcp-mux\r\na=ice-ufrag:8nju\r\na=ice-pwd:hRqWcwaal/EKbCzmXLUr89\r\na=ice-options:trickle\r\na=fingerprint:sha-256 41:E7:18:C1:0F:F1:E9:17:33:AF:17:AA:D5:60:10:36:C6:60:78:FC:8A:78:3F:5B:8C:B2:2C:88:49:5B:B8:F1\r\na=setup:actpass\r\na=rtpmap:111 opus/48000/2\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=extmap:2 urn:ietf:params:rtp-hdrext:sdes:mid\r\na=rtcp-fb:111 transport-cc\r\na=msid:janus janusa0\r\na=ssrc:2425957835 cname:janus\r\na=ssrc:2425957835 msid:janus janusa0\r\na=ssrc:2425957835 mslabel:janus\r\na=ssrc:2425957835 label:janusa0\r\na=candidate:1 1 udp 2015363327 172.31.64.25 46386 typ host\r\na=candidate:2 1 udp 1679819007 100.24.90.243 46386 typ srflx raddr 172.31.64.25 rport 46386\r\na=end-of-candidates\r\nm=video 9 UDP/TLS/RTP/SA
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:20.810219: CB-SDK: JanusSignaler: RemoteSDPEventOffer wsEvent with sdp type= offer, opponentId= 1836517
I/flutter (12417): 2020-09-29T12:49:20.810757: CB-SDK: ConferenceSession: onRemoteSDPEventOffer
I/flutter (12417): 2020-09-29T12:49:20.812032: CB-SDK: ConferenceSession: Make new channel for opponent: 1836517, Instance of 'ConferencePeerConnection'
I/flutter (12417): 2020-09-29T12:49:20.812308: CB-SDK: ConferenceSession: setRemoteSdpToChannel
I/flutter (12417): CB-SDK: PeerConnection: startAnswer
D/FlutterWebRTCPlugin(12417): addStreamcom.cloudwebrtc.webrtc.utils.AnyThreadResult@f94e191
D/FlutterWebRTCPlugin(12417): peerConnectionSetRemoteDescription() start
D/FlutterWebRTCPlugin(12417): onAddTrack
D/FlutterWebRTCPlugin(12417): onAddTrack
D/FlutterWebRTCPlugin(12417): peerConnectionSetRemoteDescription() end
I/flutter (12417): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveRemoteOffer for opponent 1836517
I/flutter (12417): CB-SDK: : Received remote stream data.
I/flutter (12417): 2020-09-29T12:49:20.964457: CB-SDK: ConferenceSession: onSendAnswer
I/flutter (12417): 2020-09-29T12:49:20.965109: CB-SDK: : SND(1): {"janus":"message","session_id":2982978045186777,"transaction":"c72e1a1b-fb87-469f-b896-eaf8ea40e6ee","token":null,"handle_id":5182330890491593,"jsep":{"type":"answer","sdp":"v=0\r\no=- 7336998985384562738 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS 8cca124e-adcc-411b-9eb1-31d60fab5fe2\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:rAPB\r\na=ice-pwd:HtcXTGGUAS0BFx0KHDKESxF4\r\na=ice-options:trickle renomination\r\na=fingerprint:sha-256 2F:BF:16:08:53:81:BE:F2:FF:35:BD:96:08:96:ED:CC:8C:20:02:FC:C1:D1:97:BC:26:BB:9A:1A:EA:A3:0F:B1\r\na=setup:active\r\na=mid:audio\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=recvonly\r\na=rtcp-mux\r\na=rtpmap:111 opus/48000/2\r\na=rtcp-fb:111 transport-cc\r\na=fmtp:111 minptime=10;useinbandfec=1\r\na=ssrc:1574791001 cname:KXJt9BBfXzEb5Dy1\r\na=ssrc:1574791001 msid:8cca124e-adcc-411b-9eb1-31d60fab5fe2 1984962e-2204-4ab8-a
I/org.webrtc.Logging(12417): EglRenderer: Releasing.
I/org.webrtc.Logging(12417): EglRenderer: eglBase detach and release.
I/org.webrtc.Logging(12417): EglRenderer: Releasing done.
I/org.webrtc.Logging(12417): EglRenderer: Initializing EglRenderer
I/org.webrtc.Logging(12417): EglRenderer: Quitting render thread.
I/org.webrtc.Logging(12417): EglRenderer: EglBase.create shared context
D/HostConnection(12417): HostConnection::get() New Host Connection established 0xb9bf9040, tid 12932
D/HostConnection(12417): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_2 
I/org.webrtc.Logging(12417): EglBase14Impl: Using OpenGL ES version 2
D/eglCodecCommon(12417): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(12417): eglCreateContext: 0xb9b25940: maj 2 min 0 rcv 2
D/FlutterWebRTCPlugin(12417): peerConnectionSetLocalDescription() start
D/EGL_emulation(12417): eglMakeCurrent: 0xb9b25940: ver 2 0 (tinfo 0xc4d98dc0)
I/flutter (12417): 2020-09-29T12:49:21.179120: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "c72e1a1b-fb87-469f-b896-eaf8ea40e6ee"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
D/FlutterWebRTCPlugin(12417): peerConnectionSetLocalDescription() end
D/FlutterWebRTCPlugin(12417): onIceGatheringChangeGATHERING
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/chatty  (12417): uid=10138(com.thrivecommunity.thrive_client) signaling_threa identical 4 lines
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.207828: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "c72e1a1b-fb87-469f-b896-eaf8ea40e6ee",
I/flutter (12417):    "sender": 5182330890491593,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "event",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "started": "ok"
I/flutter (12417):       }
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.220009: CB-SDK: JanusSignaler: StartedEvent subscribed started= ok
I/flutter (12417): 2020-09-29T12:49:21.220527: CB-SDK: ConferenceSession: onStartedEvent started= ok
I/flutter (12417): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateStable for opponent 1836517
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateChecking for opponent 1836517
I/flutter (12417): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 1836517
I/flutter (12417): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 1836517
I/flutter (12417): 2020-09-29T12:49:21.334062: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.343510: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"f64d0316-c264-47d4-b201-eca8ec621fc1","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:841689039 1 udp 2122260223 10.0.2.16 52781 typ host generation 0 ufrag rAPB network-id 5 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
D/FlutterWebRTCPlugin(12417): onIceCandidate
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.347528: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.347985: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"65e08937-2657-4e07-8105-e9b8ed53fa51","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:3043609203 1 udp 2122187263 fec0::15:b4ff:fe00:0 60165 typ host generation 0 ufrag rAPB network-id 6 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:21.372868: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.378026: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"276a9bb3-b287-4cbb-b633-abdf7f9d7d72","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:841689039 1 udp 2122129151 10.0.2.16 54870 typ host generation 0 ufrag rAPB network-id 3 network-cost 900","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:21.380738: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.381273: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"37783e3a-2dec-438d-866d-9b375df72784","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:3043609203 1 udp 2122056191 fec0::15:b4ff:fe00:0 56075 typ host generation 0 ufrag rAPB network-id 4 network-cost 900","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:21.384310: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.393071: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"5b3ea510-585d-429b-818c-42f641c262b2","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:559267639 1 udp 2122005759 ::1 54094 typ host generation 0 ufrag rAPB network-id 2","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:21.427414: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.433773: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"54ac627b-c9c1-427f-8701-5d5a35ee6d26","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:1510613869 1 udp 2121932543 127.0.0.1 34019 typ host generation 0 ufrag rAPB network-id 1","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): sending: <r xmlns="urn:xmpp:sm:3"/>
I/flutter (12417): 2020-09-29T12:49:21.475886: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.480458: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"ee6f03f1-b48b-4e6b-aeed-be8cfabcf05e","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:1876313031 1 tcp 1518025983 ::1 44305 typ host tcptype passive generation 0 ufrag rAPB network-id 2","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:21.481794: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.484660: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"43d9c872-63ce-4061-9073-6088288eb9d2","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:344579997 1 tcp 1517952767 127.0.0.1 46289 typ host tcptype passive generation 0 ufrag rAPB network-id 1","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): response: <xmpp_stone><a xmlns='urn:xmpp:sm:3' h='9'/></xmpp_stone>
I/flutter (12417): 2020-09-29T12:49:21.760338: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "f64d0316-c264-47d4-b201-eca8ec621fc1"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.765198: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "65e08937-2657-4e07-8105-e9b8ed53fa51"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.786695: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "276a9bb3-b287-4cbb-b633-abdf7f9d7d72"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.799039: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "37783e3a-2dec-438d-866d-9b375df72784"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.802865: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "5b3ea510-585d-429b-818c-42f641c262b2"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.805987: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "54ac627b-c9c1-427f-8701-5d5a35ee6d26"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.807413: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "ee6f03f1-b48b-4e6b-aeed-be8cfabcf05e"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:21.811259: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "43d9c872-63ce-4061-9073-6088288eb9d2"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
D/FlutterWebRTCPlugin(12417): onIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.862689: CB-SDK: ConferenceSession: onSendIceCandidate
I/flutter (12417): 2020-09-29T12:49:21.863543: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"94fc2318-6dec-49aa-b93e-a0ebcbe0cfe9","token":null,"handle_id":5182330890491593,"candidate":{"candidate":"candidate:842163049 1 udp 1686052607 176.67.217.13 59940 typ srflx raddr 10.0.2.16 rport 52781 generation 0 ufrag rAPB network-id 5 network-cost 10","sdpMLineIndex":0,"sdpMid":"audio"}}
I/flutter (12417): 2020-09-29T12:49:22.002677: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "94fc2318-6dec-49aa-b93e-a0ebcbe0cfe9"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
D/FlutterWebRTCPlugin(12417): onIceGatheringChangeCOMPLETE
I/flutter (12417): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 1836517
I/flutter (12417): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 1836517
I/flutter (12417): 2020-09-29T12:49:22.152501: CB-SDK: ConferenceSession: signaler sendIceCandidateComplete for userId= 1836517
I/flutter (12417): 2020-09-29T12:49:22.153839: CB-SDK: : SND(1): {"janus":"trickle","session_id":2982978045186777,"transaction":"a8976b47-e74e-485b-97b9-0ef5ed5f0bff","token":null,"handle_id":5182330890491593,"candidate":{"completed":true}}
I/flutter (12417): 2020-09-29T12:49:22.292636: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "a8976b47-e74e-485b-97b9-0ef5ed5f0bff"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateConnected for opponent 1836517
I/flutter (12417): CB-SDK: : !!!! onConnectedToUser userId= 1836517
I/flutter (12417): 2020-09-29T12:49:22.397244: CB-SDK: ConferenceSession: onPeerConnectionStateChanged can send sendIceCandidateComplete()
I/flutter (12417): 2020-09-29T12:49:22.418500: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "webrtcup",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 5182330890491593
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.webrtcup, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:22.420081: CB-SDK: JanusSignaler: WsWebRTCUp packet sender= 5182330890491593
I/flutter (12417): 2020-09-29T12:49:22.420708: CB-SDK: ConferenceSession: onWebRTCUpReceived senderId= 5182330890491593
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4002 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA.
E/org.webrtc.Logging(12417): Camera2Session: Error: Camera device has encountered a fatal error.
I/org.webrtc.Logging(12417): Camera2Session: Stop internal
I/org.webrtc.Logging(12417): SurfaceTextureHelper: stopListening()
E/CameraCaptureSession(12417): Session 0: Exception while stopping repeating: 
E/CameraCaptureSession(12417): android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): The camera device has encountered a serious error
E/CameraCaptureSession(12417): 	at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:2521)
E/CameraCaptureSession(12417): 	at android.hardware.camera2.impl.CameraDeviceImpl.stopRepeating(CameraDeviceImpl.java:1128)
E/CameraCaptureSession(12417): 	at android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionImpl.java:526)
E/CameraCaptureSession(12417): 	at org.webrtc.Camera2Session.stopInternal(Camera2Session.java:380)
E/CameraCaptureSession(12417): 	at org.webrtc.Camera2Session.reportError(Camera2Session.java:401)
E/CameraCaptureSession(12417): 	at org.webrtc.Camera2Session.access$600(Camera2Session.java:35)
E/CameraCaptureSession(12417): 	at org.webrtc.Camera2Session$CameraStateCallback.onError(Camera2Session.java:114)
E/CameraCaptureSession(12417): 	at android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.notifyError(CameraDeviceImpl.java:2010)
E/CameraCaptureSession(12417): 	at android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.lambda$Sm85frAzwGZVMAK-NE_gwckYXVQ(Unknown Source:0)
E/CameraCaptureSession(12417): 	at android.hardware.camera2.impl.-$$Lambda$CameraDeviceImpl$CameraDeviceCallbacks$Sm85frAzwGZVMAK-NE_gwckYXVQ.accept(Unknown Source:8)
E/CameraCaptureSession(12417): 	at com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke(PooledLambdaImpl.java:271)
E/CameraCaptureSession(12417): 	at com.android.internal.util.function.pooled.PooledLambdaImpl.invoke(PooledLambdaImpl.java:195)
E/CameraCaptureSession(12417): 	at com.android.internal.util.function.pooled.OmniFunction.run(OmniFunction.java:86)
E/CameraCaptureSession(12417): 	at android.os.Handler.handleCallback(Handler.java:883)
E/CameraCaptureSession(12417): 	at android.os.Handler.dispatchMessage(Handler.java:100)
E/CameraCaptureSession(12417): 	at android.os.Looper.loop(Looper.java:214)
E/CameraCaptureSession(12417): 	at android.os.HandlerThread.run(HandlerThread.java:67)
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4049 ms. Frames received: 48. Dropped: 2. Rendered: 46. Render fps: 11.4. Average render time: 14255 us. Average swapBuffer time: 8146 us.
I/org.webrtc.Logging(12417): Camera2Session: Stop done
D/FlutterWebRTCPlugin(12417): CameraEventsHandler.onCameraError: errorDescription=Camera device has encountered a fatal error.
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture: Nulling session
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture done
I/org.webrtc.Logging(12417): Camera2Session: Camera device closed.
D/FlutterWebRTCPlugin(12417): CameraEventsHandler.onFirstFrameAvailable
I/org.webrtc.Logging(12417): Camera2Session: Stop camera2 session on camera 1
I/flutter (12417): sending: <r xmlns="urn:xmpp:sm:3"/>
I/flutter (12417): response: <xmpp_stone><a xmlns='urn:xmpp:sm:3' h='9'/></xmpp_stone>
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4006 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA.
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateCompleted for opponent 1827322
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4016 ms. Frames received: 69. Dropped: 0. Rendered: 68. Render fps: 16.9. Average render time: 7394 us. Average swapBuffer time: 3364 us.
I/org.webrtc.Logging(12417): EglRenderer: Duration: 4016 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: .0. Average render time: NA. Average swapBuffer time: NA.
I/flutter (12417): sending: <r xmlns="urn:xmpp:sm:3"/>
I/flutter (12417): response: <xmpp_stone><a xmlns='urn:xmpp:sm:3' h='9'/></xmpp_stone>
I/flutter (12417): sending: <message id="5f73113c17d3a045afb1e67b" type="headline" to="1836517-2512@chat.connectycube.com">
I/flutter (12417):   <body/>
I/flutter (12417):   <extraParams xmlns="jabber:client">
I/flutter (12417):     <date_sent>1601376572286</date_sent>
I/flutter (12417):     <save_to_history>1</save_to_history>
I/flutter (12417):     <ccConferenceCallMessageTag>1</ccConferenceCallMessageTag>
I/flutter (12417):     <roomId>1827322</roomId>
I/flutter (12417):     <callEnd>1</callEnd>
I/flutter (12417):     <moduleIdentifier>SystemNotifications</moduleIdentifier>
I/flutter (12417):   </extraParams>
I/flutter (12417): </message>
I/flutter (12417): sending: <message id="5f73113c17d3a045afb1e67c" type="headline" to="1827322-2512@chat.connectycube.com">
I/flutter (12417):   <body/>
I/flutter (12417):   <extraParams xmlns="jabber:client">
I/flutter (12417):     <date_sent>1601376572287</date_sent>
I/flutter (12417):     <save_to_history>1</save_to_history>
I/flutter (12417):     <ccConferenceCallMessageTag>1</ccConferenceCallMessageTag>
I/flutter (12417):     <roomId>1827322</roomId>
I/flutter (12417):     <callEnd>1</callEnd>
I/flutter (12417):     <moduleIdentifier>SystemNotifications</moduleIdentifier>
I/flutter (12417):   </extraParams>
I/flutter (12417): </message>
I/flutter (12417): 2020-09-29T12:49:32.290409: CB-SDK: ConferenceSession: signaler leave
I/flutter (12417): 2020-09-29T12:49:32.292127: CB-SDK: : SND(1): {"janus":"message","session_id":2982978045186777,"transaction":"8eb75f4b-8614-4b40-9704-673468dda9bb","token":null,"handle_id":6137506995618314,"body":{"id":1827322,"feed":null,"ptype":null,"room":"1827322","request":"leave"}}
I/flutter (12417): 2020-09-29T12:49:32.293663: CB-SDK: ConferenceSession: disposeSession opponentId 1827322
I/flutter (12417): 2020-09-29T12:49:32.294172: CB-SDK: ConferenceSession: closeConnectionForOpponent opponentId 1827322 success
I/flutter (12417): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 1
I/flutter (12417): CB-SDK: BaseSession: closeConnectionForOpponent, left channels = 1836517
I/flutter (12417): 2020-09-29T12:49:32.301666: CB-SDK: ConferenceSession: disposeSession opponentId 1836517
I/flutter (12417): 2020-09-29T12:49:32.302911: CB-SDK: ConferenceSession: closeConnectionForOpponent opponentId 1836517 success
I/flutter (12417): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0
I/flutter (12417): CB-SDK: BaseSession: closeCurrentSession
I/flutter (12417): CB-SDK: BaseSession: _notifySessionClosed
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: stopRecording
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: stopThread
I/flutter (12417): CB-SDK: : Session closed
I/flutter (12417): 2020-09-29T12:49:32.305425: CB-SDK: ConferenceSession: Trying to leave from room, while session has been already closed
I/org.webrtc.Logging(12417): WebRtcAudioEffectsExternal: release
I/org.webrtc.Logging(12417): WebRtcAudioRecordExternal: releaseAudioResources
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 1827322
I/org.webrtc.Logging(12417): VolumeLogger: stop@[name=worker_thread - 12517, id=1146]
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: stopPlayout
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: underrun count: 0
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: stopThread
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: Stopping the AudioTrackThread...
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: Calling AudioTrack.stop...
D/AudioTrack(12417): stop(262): called with 887292 frames delivered
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrack.stop is done.
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: AudioTrackThread has now been stopped.
I/org.webrtc.Logging(12417): WebRtcAudioTrackExternal: releaseAudioResources
I/org.webrtc.Logging(12417): NetworkMonitor: Stop monitoring with native observer -1077570848
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: Unregister network callback
I/org.webrtc.Logging(12417): NetworkMonitorAutoDetect: Unregister network callback
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture: No session open
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture done
I/org.webrtc.Logging(12417): CameraCapturer: dispose
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture: No session open
I/org.webrtc.Logging(12417): CameraCapturer: Stop capture done
I/flutter (12417): 2020-09-29T12:49:32.461052: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "ack",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "8eb75f4b-8614-4b40-9704-673468dda9bb"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.ack, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:32.461589: CB-SDK: ConferenceSession: signaler detachHandleIdAll
I/flutter (12417): 2020-09-29T12:49:32.461930: CB-SDK: : SND(1): {"janus":"detach","session_id":2982978045186777,"transaction":"191deb95-a10c-44fa-bd7e-671ef62f2044","token":null,"handle_id":6137506995618314}
I/flutter (12417): 2020-09-29T12:49:32.463832: CB-SDK: : SND(1): {"janus":"detach","session_id":2982978045186777,"transaction":"2fda045d-3081-4a06-a44c-d55be68b7cd5","token":null,"handle_id":5182330890491593}
I/flutter (12417): 2020-09-29T12:49:32.465396: CB-SDK: ConferenceSession: signaler destroySession
I/flutter (12417): 2020-09-29T12:49:32.465899: CB-SDK: : SND(1): {"janus":"destroy","session_id":2982978045186777,"transaction":"29c45c28-4582-4014-9ad0-761b5e022bec","token":null}
I/flutter (12417): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 1827322
I/flutter (12417): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 1836517
I/flutter (12417): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 1836517
I/flutter (12417): 2020-09-29T12:49:32.473779: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "event",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "8eb75f4b-8614-4b40-9704-673468dda9bb",
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "plugindata": {
I/flutter (12417):       "plugin": "janus.plugin.videoroom",
I/flutter (12417):       "data": {
I/flutter (12417):          "videoroom": "event",
I/flutter (12417):          "room": "1827322",
I/flutter (12417):          "leaving": "ok"
I/flutter (12417):       }
I/flutter (12417):    }
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.event, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:32.474486: CB-SDK: JanusSignaler: isLeaveCurrentUserEvent leavingOk? true
I/flutter (12417): 2020-09-29T12:49:32.474594: CB-SDK: ConferenceSession: onLeaveCurrentUserEvent success= true
I/flutter (12417): response: <xmpp_stone><message id="5f73113c17d3a045afb1e67c" type="headline" from="1827322-2512@chat.connectycube.com/flutter_4f41f6be2c5b6aff" to="1827322-2512@chat.connectycube.com" xmlns="jabber:client">
I/flutter (12417): <body/><extraParams xmlns="jabber:client">
I/flutter (12417):   <date_sent>1601376572287</date_sent><save_to_history>1</save_to_history><ccConferenceCallMessageTag>1</ccConferenceCallMessageTag><roomId>1827322</roomId><callEnd>1</callEnd><moduleIdentifier>SystemNotifications</moduleIdentifier></extraParams></message></xmpp_stone>
I/flutter (12417): CB-SDK: : parseCallMessage cubeMessage= {_id: 5f73113c17d3a045afb1e67c, chat_dialog_id: null, message: null, date_sent: 1601376572287, sender_id: 1827322, recipient_id: 1827322, read_ids: null, delivered_ids: null, views_count: null, attachments: [], id: null, created_at: null, updated_at: null, save_to_history: 1, ccConferenceCallMessageTag: 1, roomId: 1827322, callEnd: 1, moduleIdentifier: SystemNotifications}
I/flutter (12417): 2020-09-29T12:49:32.526054: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "hangup",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 6137506995618314,
I/flutter (12417):    "reason": "DTLS alert"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.hangup, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:32.526643: CB-SDK: JanusSignaler: WsHangUp packet reason= DTLS alert
I/flutter (12417): CB-SDK: : onError: Instance of 'WsHangUpException'
I/flutter (12417): 2020-09-29T12:49:32.580555: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "hangup",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "sender": 5182330890491593,
I/flutter (12417):    "reason": "DTLS alert"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.hangup, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:32.580931: CB-SDK: JanusSignaler: WsHangUp packet reason= DTLS alert
I/flutter (12417): CB-SDK: : onError: Instance of 'WsHangUpException'
I/y.thrive_clien(12417): Background young concurrent copying GC freed 18762(2081KB) AllocSpace objects, 2(104KB) LOS objects, 47% free, 2438KB/4614KB, paused 7.534ms total 55.710ms
I/flutter (12417): 2020-09-29T12:49:32.623575: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "success",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "191deb95-a10c-44fa-bd7e-671ef62f2044"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:32.631207: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "success",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "2fda045d-3081-4a06-a44c-d55be68b7cd5"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): 2020-09-29T12:49:32.700277: CB-SDK: : RCV(1): {
I/flutter (12417):    "janus": "success",
I/flutter (12417):    "session_id": 2982978045186777,
I/flutter (12417):    "transaction": "29c45c28-4582-4014-9ad0-761b5e022bec"
I/flutter (12417): }
I/flutter (12417): CB-SDK: : _onPacketReceived= WsPacket{messageType=Type.success, sessionId=2982978045186777}
I/flutter (12417): response: <xmpp_stone><r xmlns='urn:xmpp:sm:3' /></xmpp_stone>
I/flutter (12417): sending: <a xmlns="urn:xmpp:sm:3" h="9"/>
I/org.webrtc.Logging(12417): EglRenderer: Releasing.
I/org.webrtc.Logging(12417): GlShader: Deleting shader.
I/org.webrtc.Logging(12417): EglRenderer: eglBase detach and release.
I/org.webrtc.Logging(12417): EglRenderer: Quitting render thread.
I/org.webrtc.Logging(12417): EglRenderer: Releasing done.
I/org.webrtc.Logging(12417): EglRenderer: Releasing.
I/org.webrtc.Logging(12417): GlShader: Deleting shader.
I/org.webrtc.Logging(12417): EglRenderer: eglBase detach and release.
I/org.webrtc.Logging(12417): EglRenderer: Quitting render thread.
I/org.webrtc.Logging(12417): EglRenderer: Releasing done.

@TatankaConCube
Copy link
Contributor

@DDavidPrime today we updated our Flutter SDK to 0.5.0. It contains an updated version of WebRTC lib, maybe it will fix your issue.

@DDavidPrime
Copy link
Author

Tested on the same base project and it seems that it is fixed in the latest version. Thanks! Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants