ConnectyCube / connectycube-flutter-samples

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

P2P Call :Why sometimes we answer the call it does not take? #184

Open chaghen opened 2 years ago

chaghen commented 2 years ago

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

Platform (use [x]) [] Android Why sometimes we answer the call it does not take? [] iOS [] macOS [] Windows [] Web

Device info Manufacture: Model: OS version:

Describe the bug:

Steps to Reproduce:

Logs:

log here

or Gist log

Actual result:

Expected behavior:

Additional info Add any other context about the problem here.

TatankaConCube commented 2 years ago

without logs, I can't make any conclusions, please share the full log from your app from the start till getting this issue

kaciula commented 2 years ago

I also had this happening from time to time. I cannot reproduce reliably.

raj457036 commented 2 years ago

Happening here too

Here is the log

what happens is the device is receiving the notification for the call but nothing happens when we accept or reject on either side. ( caller and receiver )

CALLER SIDE

D/FlutterGeolocator( 9237): Creating service.
D/FlutterGeolocator( 9237): Binding to location service.
I/flutter ( 9237): CB-SDK: : Connecting to connecty cube
I/flutter ( 9237): CB-SDK: : User found in cache!
I/flutter ( 9237): CB-SDK: : _loginToCC user: {full_name: Ziro User, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: null, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: null, updated_at: null}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 418527c6-00b0-461c-9e03-a46d15054f1a ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/session
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: }
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"387024461","timestamp":"1653559859","signature":"7c866106cdfd0ba2b694b878024ebb97de33560f","user":{"login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","password":"ABCDEFGHI"}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** 418527c6-00b0-461c-9e03-a46d15054f1a ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:10:59 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:10:59 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 622, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"session":{"created_at":"2022-05-26T10:10:59.491Z","updated_at":"2022-05-26T10:10:59.491Z","application_id":3272,"token":"77C0DEF76BC17B8E12C8C4DFE7BB038CA17E","nonce":387024461,"ts":1653559859,"user_id":5870237,"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:01:25Z","last_request_at":"2022-05-26T10:01:25Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870237}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : createSession cubeSession: {user_id: 5870237, user: {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:01:25.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:01:25.000Z}, application_id: 3272, nonce: 387024461, token: 77C0DEF76BC17B8E12C8C4DFE7BB038CA17E, ts: 1653559859, token_expiration_date: 2022-05-26T12:10:59.000Z, id: 5870237, created_at: 2022-05-26T10:10:59.491Z, updated_at: 2022-05-26T10:10:59.491Z}
I/flutter ( 9237): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:01:25.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:01:25.000Z}
I/flutter ( 9237): CB-SDK: CubeChatConnection: [login] userId: 5870237, null
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection SocketOpening
W/FlutterJNI( 9237): FlutterJNI.loadLibrary called more than once
W/FlutterJNI( 9237): FlutterJNI.prefetchDefaultFontManager called more than once
I/flutter ( 9237): CB-SDK: PushNotificationsManager: [getToken] VoIP token: fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E
I/flutter ( 9237): CB-SDK: PushNotificationsManager: [subscribe] token: fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 1bcca700-ebf2-4b1f-a164-bfe048d1bff8 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/subscriptions
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 77C0DEF76BC17B8E12C8C4DFE7BB038CA17E}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"notification_channel":"gcm","device":{"udid":"2bf497242b536ef6","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter ( 9237):
W/FlutterJNI( 9237): FlutterJNI.init called more than once
I/FlutterConnectycubeBackgroundExecutor( 9237): Creating background FlutterEngine instance, with args: [--enable-dart-profiling]
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** 1bcca700-ebf2-4b1f-a164-bfe048d1bff8 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:11:00 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:11:00 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"subscription":{"id":3675671,"_id":"628b29209343b1004c42c840","user_id":5870237,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E","notification_channel_id":3,"udid":"2bf497242b536ef6","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"2bf497242b536ef6","platform":{"name":"android"}}}}]
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.paused
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 4b964d4b-e935-4420-a451-4038d1dea959 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   DELETE https://api.connectycube.com/login
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 77C0DEF76BC17B8E12C8C4DFE7BB038CA17E}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** 4b964d4b-e935-4420-a451-4038d1dea959 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:11:53 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:11:53 GMT, content-length: 0, strict-transport-security: max-age=15768000; includeSubDomains, access-control-expose-headers: CB-Token-ExpirationDate, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: CubeChatConnection: [destroy]
I/flutter ( 9237): CB-SDK: CubeChatConnection: [logout]
I/flutter ( 9237): CB-SDK: CubeChatConnection: [_clearConnection]
I/flutter ( 9237): CB-SDK: : Connecting to connecty cube
I/flutter ( 9237): CB-SDK: : Fetching user from server
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 9eaae43a-7e8c-49b6-9eec-529b92bedc97 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   GET https://api.connectycube.com/users/by_login?login=6sw8U3BkKAfJUec5afCDNo3FpzO2
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 77C0DEF76BC17B8E12C8C4DFE7BB038CA17E}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** 9eaae43a-7e8c-49b6-9eec-529b92bedc97 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:12:06 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:06 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"user":{"_id":"628f179fecbc270011a793e9","id":5870182,"created_at":"2022-05-26T06:01:03Z","updated_at":"2022-05-26T10:11:05Z","last_request_at":"2022-05-26T10:11:05Z","login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : _loginToCC user: {full_name: null, address_book_name: null, email: null, login: 6sw8U3BkKAfJUec5afCDNo3FpzO2, phone: null, website: null, last_request_at: 2022-05-26T10:11:05.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870182, created_at: 2022-05-26T06:01:03.000Z, updated_at: 2022-05-26T10:11:05.000Z}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 71f6c0ed-6761-4eeb-a382-a2f30817fab1 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/session
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 77C0DEF76BC17B8E12C8C4DFE7BB038CA17E}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"1653829737","timestamp":"1653559927","signature":"3f5f76b78406b0fe31fd61f5004d2f9318974121","user":{"login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","password":"ABCDEFGHI"}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** 71f6c0ed-6761-4eeb-a382-a2f30817fab1 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:12:07 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:07 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 623, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"session":{"created_at":"2022-05-26T10:12:07.899Z","updated_at":"2022-05-26T10:12:07.899Z","application_id":3272,"token":"86C7053088742E1C6210627A34092E9DC4DB","nonce":1653829737,"ts":1653559927,"user_id":5870182,"user":{"_id":"628f179fecbc270011a793e9","id":5870182,"created_at":"2022-05-26T06:01:03Z","updated_at":"2022-05-26T10:11:05Z","last_request_at":"2022-05-26T10:11:05Z","login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870182}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : createSession cubeSession: {user_id: 5870182, user: {full_name: null, address_book_name: null, email: null, login: 6sw8U3BkKAfJUec5afCDNo3FpzO2, phone: null, website: null, last_request_at: 2022-05-26T10:11:05.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870182, created_at: 2022-05-26T06:01:03.000Z, updated_at: 2022-05-26T10:11:05.000Z}, application_id: 3272, nonce: 1653829737, token: 86C7053088742E1C6210627A34092E9DC4DB, ts: 1653559927, token_expiration_date: 2022-05-26T12:12:07.000Z, id: 5870182, created_at: 2022-05-26T10:12:07.899Z, updated_at: 2022-05-26T10:12:07.899Z}
I/flutter ( 9237): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: 6sw8U3BkKAfJUec5afCDNo3FpzO2, phone: null, website: null, last_request_at: 2022-05-26T10:11:05.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870182, created_at: 2022-05-26T06:01:03.000Z, updated_at: 2022-05-26T10:11:05.000Z}
I/flutter ( 9237): CB-SDK: CubeChatConnection: [login] userId: 5870182, null
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection SocketOpening
I/flutter ( 9237): CB-SDK: PushNotificationsManager: [getToken] VoIP token: fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E
I/flutter ( 9237): CB-SDK: PushNotificationsManager: [subscribe] token: fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 56afb96d-0c04-4260-920c-139e26a1ac62 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/subscriptions
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"notification_channel":"gcm","device":{"udid":"2bf497242b536ef6","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** 56afb96d-0c04-4260-920c-139e26a1ac62 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:12:09 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:09 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"subscription":{"id":3675671,"_id":"628b29209343b1004c42c840","user_id":5870182,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"fecqG_lZQL-R0R-rSz7zCW:APA91bFWBtfhZFA-Mu5__iGVNhNUhdQu_WLtaSyANoUe512UFZWaEq0d8xKCF3wnrgxKWo-2l23ztlqc-rokmTFnoRAuMu9x4wzSq4U6DQwhRS-WZquLyZjE2mI1hhj5UUSm69OOd03E","notification_channel_id":3,"udid":"2bf497242b536ef6","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"2bf497242b536ef6","platform":{"name":"android"}}}}]
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter ( 9237): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 4bb5c293-5a36-43fa-b0fb-9494e02d0a66 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   GET https://api.connectycube.com/users/by_login?login=fwmhaXMglgQ8kJNqjf3L9I1Fnpz2
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** 4bb5c293-5a36-43fa-b0fb-9494e02d0a66 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:12:48 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:48 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: 2cf146af-ce22-44c3-9850-ae8af6362e06, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870237], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== b696e1bc-3c85-410b-836e-1e340acfa638 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/events
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6IjJjZjE0NmFmLWNlMjItNDRjMy05ODUwLWFlOGFmNjM2MmUwNiIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user":{"ids":"5870237"}}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Active Session
I/flutter ( 9237): CB-SDK: : start call {userId: 6sw8U3BkKAfJUec5afCDNo3FpzO2, userName: Redmi}
I/FlutterWebRTCPlugin( 9237): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin( 9237): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin( 9237): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin( 9237): Create front camera 1 succeeded
D/FlutterWebRTCPlugin( 9237): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin( 9237): MediaStream id: 1309c0c0-5241-4ae4-9787-da1b3d30bc27
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onCameraOpening: cameraName=1
D/FlutterWebRTCPlugin( 9237): onAudioManagerDevicesChanged: [EARPIECE, SPEAKER_PHONE], selected: SPEAKER_PHONE
I/flutter ( 9237): CB-SDK: PeerConnection: _createOffer for opponent 5870237
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeGATHERING
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870237
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** b696e1bc-3c85-410b-836e-1e340acfa638 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:12:49 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:49 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1222, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"event":{"_id":"628f52a15afd6b0040e02c02","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6IjJjZjE0NmFmLWNlMjItNDRjMy05ODUwLWFlOGFmNjM2MmUwNiIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:12:49Z","updated_at":"2022-05-26T10:12:49Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":870099302}},{"event":{"_id":"628f52a15afd6b0040e02c03","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6IjJjZjE0NmFmLWNlMjItNDRjMy05ODUwLWFlOGFmNjM2MmUwNiIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"production","date":null,"period":nul
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Event for offliners created: [{id: 870099302, created_at: 2022-05-26T10:12:49.000Z, updated_at: 2022-05-26T10:12:49.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: 2cf146af-ce22-44c3-9850-ae8af6362e06, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}, {id: 954602548, created_at: 2022-05-26T10:12:49.000Z, updated_at: 2022-05-26T10:12:49.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: 2cf146af-ce22-44c3-9850-ae8af6362e06, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}]
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): [initEventsHandler] rawData: {args: {caller_name: realme :: Redmi, user_info: {}, caller_id: 5870237, session_id: eff91bc5-0106-47c6-b68a-5c6d371dd258, call_opponents: 5870182, call_type: 1}, event: answerCall}
I/flutter ( 9237): [CallEvent.fromMap] map: {caller_name: realme :: Redmi, user_info: {}, caller_id: 5870237, session_id: eff91bc5-0106-47c6-b68a-5c6d371dd258, call_opponents: 5870182, call_type: 1}
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.resumed
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeCOMPLETE
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 5870237
I/flutter ( 9237): CB-SDK: BaseSession: closeCurrentSession
I/flutter ( 9237): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
D/FlutterWebRTCPlugin( 9237): onConnectionChangeCLOSED
I/flutter ( 9237): CB-SDK: BaseSession: _notifySessionClosed
I/flutter ( 9237): CB-SDK: : Session Closed
I/flutter ( 9237): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870237
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== e5cb508a-fab3-412e-a3ba-ca3e034de421 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   GET https://api.connectycube.com/users/by_login?login=fwmhaXMglgQ8kJNqjf3L9I1Fnpz2
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** e5cb508a-fab3-412e-a3ba-ca3e034de421 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:13:50 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:13:50 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: 75f351ca-b145-4421-82cc-33e518419bdd, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870237], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== ecdd5315-4024-40ae-8988-03e9a5cf66a8 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/events
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6Ijc1ZjM1MWNhLWIxNDUtNDQyMS04MmNjLTMzZTUxODQxOWJkZCIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user":{"ids":"5870237"}}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Active Session
I/flutter ( 9237): CB-SDK: : start call {userId: 6sw8U3BkKAfJUec5afCDNo3FpzO2, userName: Redmi}
I/FlutterWebRTCPlugin( 9237): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin( 9237): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin( 9237): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin( 9237): Create front camera 1 succeeded
D/FlutterWebRTCPlugin( 9237): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin( 9237): MediaStream id: 41bc9c9e-3068-4394-a676-ae53ff5b376e
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onCameraOpening: cameraName=1
I/flutter ( 9237): CB-SDK: PeerConnection: _createOffer for opponent 5870237
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeGATHERING
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870237
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** ecdd5315-4024-40ae-8988-03e9a5cf66a8 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:13:51 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:13:51 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1222, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"event":{"_id":"628f52df5afd6b0040e02c06","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6Ijc1ZjM1MWNhLWIxNDUtNDQyMS04MmNjLTMzZTUxODQxOWJkZCIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:13:51Z","updated_at":"2022-05-26T10:13:51Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":113081729}},{"event":{"_id":"628f52df5afd6b0040e02c07","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6Ijc1ZjM1MWNhLWIxNDUtNDQyMS04MmNjLTMzZTUxODQxOWJkZCIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"production","date":null,"period":nul
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Event for offliners created: [{id: 113081729, created_at: 2022-05-26T10:13:51.000Z, updated_at: 2022-05-26T10:13:51.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: 75f351ca-b145-4421-82cc-33e518419bdd, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}, {id: 252988389, created_at: 2022-05-26T10:13:51.000Z, updated_at: 2022-05-26T10:13:51.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: 75f351ca-b145-4421-82cc-33e518419bdd, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}]
D/FlutterWebRTCPlugin( 9237): onConnectionChangeCLOSED
I/flutter ( 9237): CB-SDK: BaseSession: closeCurrentSession
I/flutter ( 9237): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
I/flutter ( 9237): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: _notifySessionClosed
I/flutter ( 9237): CB-SDK: : Session Closed
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 8f0c3080-966b-47c1-b0c0-0615fbe44151 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   GET https://api.connectycube.com/users/by_login?login=fwmhaXMglgQ8kJNqjf3L9I1Fnpz2
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** 8f0c3080-966b-47c1-b0c0-0615fbe44151 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:14:17 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:14:17 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: 591352f4-4211-474c-bbc0-b289084d638e, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870237], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 1a56299c-f71b-4a24-80d3-2f34b1b3031b ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/events
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6IjU5MTM1MmY0LTQyMTEtNDc0Yy1iYmMwLWIyODkwODRkNjM4ZSIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user":{"ids":"5870237"}}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Active Session
I/flutter ( 9237): CB-SDK: : start call {userId: 6sw8U3BkKAfJUec5afCDNo3FpzO2, userName: Redmi}
I/FlutterWebRTCPlugin( 9237): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin( 9237): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin( 9237): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin( 9237): Create front camera 1 succeeded
D/FlutterWebRTCPlugin( 9237): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin( 9237): MediaStream id: 16e6175b-e893-40db-a56e-982f27be01ab
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onCameraOpening: cameraName=1
I/flutter ( 9237): CB-SDK: PeerConnection: _createOffer for opponent 5870237
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeGATHERING
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870237
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** 1a56299c-f71b-4a24-80d3-2f34b1b3031b ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:14:18 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:14:18 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1222, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"event":{"_id":"628f52faecbc270011a795e9","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6IjU5MTM1MmY0LTQyMTEtNDc0Yy1iYmMwLWIyODkwODRkNjM4ZSIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:14:18Z","updated_at":"2022-05-26T10:14:18Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":483156414}},{"event":{"_id":"628f52faecbc270011a795ea","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6IjU5MTM1MmY0LTQyMTEtNDc0Yy1iYmMwLWIyODkwODRkNjM4ZSIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"production","date":null,"period":nul
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Event for offliners created: [{id: 483156414, created_at: 2022-05-26T10:14:18.000Z, updated_at: 2022-05-26T10:14:18.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: 591352f4-4211-474c-bbc0-b289084d638e, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}, {id: 168149980, created_at: 2022-05-26T10:14:18.000Z, updated_at: 2022-05-26T10:14:18.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: 591352f4-4211-474c-bbc0-b289084d638e, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}]
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onConnectionChangeCLOSED
I/flutter ( 9237): CB-SDK: BaseSession: closeCurrentSession
I/flutter ( 9237): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
I/flutter ( 9237): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: _notifySessionClosed
I/flutter ( 9237): CB-SDK: : Session Closed
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== e655867a-6d43-44af-8b3f-fdba1763124a ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   GET https://api.connectycube.com/users/by_login?login=fwmhaXMglgQ8kJNqjf3L9I1Fnpz2
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** e655867a-6d43-44af-8b3f-fdba1763124a ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:14:51 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:14:51 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: b65086db-74a1-4082-bc82-bd6a0decf84c, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870237], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== c319eee8-9178-4851-9f2d-9e2d24b94630 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/events
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImI2NTA4NmRiLTc0YTEtNDA4Mi1iYzgyLWJkNmEwZGVjZjg0YyIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user":{"ids":"5870237"}}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Active Session
I/flutter ( 9237): CB-SDK: : start call {userId: 6sw8U3BkKAfJUec5afCDNo3FpzO2, userName: Redmi}
I/FlutterWebRTCPlugin( 9237): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin( 9237): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin( 9237): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin( 9237): Create front camera 1 succeeded
D/FlutterWebRTCPlugin( 9237): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin( 9237): MediaStream id: 398a1071-1102-4efb-9535-7c4436e0d5d2
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onCameraOpening: cameraName=1
I/flutter ( 9237): CB-SDK: PeerConnection: _createOffer for opponent 5870237
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeGATHERING
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870237
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870237
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** c319eee8-9178-4851-9f2d-9e2d24b94630 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:14:52 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:14:52 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1222, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"event":{"_id":"628f531cf638240064c63d84","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImI2NTA4NmRiLTc0YTEtNDA4Mi1iYzgyLWJkNmEwZGVjZjg0YyIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:14:52Z","updated_at":"2022-05-26T10:14:52Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":970326513}},{"event":{"_id":"628f531cf638240064c63d85","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImI2NTA4NmRiLTc0YTEtNDA4Mi1iYzgyLWJkNmEwZGVjZjg0YyIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"production","date":null,"period":nul
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Event for offliners created: [{id: 970326513, created_at: 2022-05-26T10:14:52.000Z, updated_at: 2022-05-26T10:14:52.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: b65086db-74a1-4082-bc82-bd6a0decf84c, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}, {id: 304658275, created_at: 2022-05-26T10:14:52.000Z, updated_at: 2022-05-26T10:14:52.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: b65086db-74a1-4082-bc82-bd6a0decf84c, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}]
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeCOMPLETE
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 5870237
D/FlutterWebRTCPlugin( 9237): onConnectionChangeCLOSED
I/flutter ( 9237): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0
I/flutter ( 9237): CB-SDK: BaseSession: closeCurrentSession
I/flutter ( 9237): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
I/flutter ( 9237): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: _notifySessionClosed
I/flutter ( 9237): CB-SDK: : Session Closed
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
I/flutter ( 9237): [initEventsHandler] rawData: {args: {caller_name: realme :: Redmi, user_info: {}, caller_id: 5870237, session_id: 9540250e-6815-423f-91bf-bd94658b7ba4, call_opponents: 5870182, call_type: 1}, event: answerCall}
I/flutter ( 9237): [CallEvent.fromMap] map: {caller_name: realme :: Redmi, user_info: {}, caller_id: 5870237, session_id: 9540250e-6815-423f-91bf-bd94658b7ba4, call_opponents: 5870182, call_type: 1}
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.paused
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== 08589243-c43e-4ad2-b6d2-c25072b5f759 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   GET https://api.connectycube.com/users/by_login?login=fwmhaXMglgQ8kJNqjf3L9I1Fnpz2
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 200 *** 08589243-c43e-4ad2-b6d2-c25072b5f759 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:27:54 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:27:54 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870237], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter ( 9237): CB-SDK: : =========================================================
I/flutter ( 9237): === REQUEST ==== e435460f-4af1-48cd-a17c-44a3f46352c1 ===
I/flutter ( 9237): REQUEST
I/flutter ( 9237):   POST https://api.connectycube.com/events
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 86C7053088742E1C6210627A34092E9DC4DB}
I/flutter ( 9237): BODY
I/flutter ( 9237):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImY1OGNkZWZjLWM2ZWUtNGEzZC1hZjgwLTU3YjRiNjYxZWNiMiIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user":{"ids":"5870237"}}}
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Active Session
I/flutter ( 9237): CB-SDK: : start call {userId: 6sw8U3BkKAfJUec5afCDNo3FpzO2, userName: Redmi}
I/FlutterWebRTCPlugin( 9237): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin( 9237): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin( 9237): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin( 9237): Create front camera 1 succeeded
D/FlutterWebRTCPlugin( 9237): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin( 9237): MediaStream id: a668b15e-8b47-4d48-9d8f-3b54ff6bb8d4
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onCameraOpening: cameraName=1
I/flutter ( 9237): CB-SDK: PeerConnection: _createOffer for opponent 5870237
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeGATHERING
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870237
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
D/FlutterWebRTCPlugin( 9237): onIceCandidate
I/flutter ( 9237): CB-SDK: : *********************************************************
I/flutter ( 9237): *** RESPONSE *** 201 *** e435460f-4af1-48cd-a17c-44a3f46352c1 ***
I/flutter ( 9237): HEADERS
I/flutter ( 9237):   {cb-token-expirationdate: 2022-05-26 12:27:55 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:27:55 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1222, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter ( 9237): BODY
I/flutter ( 9237):   [{"event":{"_id":"628f562becbc270011a79601","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImY1OGNkZWZjLWM2ZWUtNGEzZC1hZjgwLTU3YjRiNjYxZWNiMiIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:27:55Z","updated_at":"2022-05-26T10:27:55Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":125513871}},{"event":{"_id":"628f562becbc270011a79602","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImY1OGNkZWZjLWM2ZWUtNGEzZC1hZjgwLTU3YjRiNjYxZWNiMiIsImNhbGxlcl9pZCI6NTg3MDE4MiwiY2FsbGVyX25hbWUiOiJSZWRtaSIsImNhbGxfb3Bwb25lbnRzIjoiNTg3MDIzNyIsInNpZ25hbF90eXBlIjoic3RhcnRDYWxsIn0=","user_id":5870182,"environment":"production","date":null,"period":nul
I/flutter ( 9237):
I/flutter ( 9237): CB-SDK: : Event for offliners created: [{id: 125513871, created_at: 2022-05-26T10:27:55.000Z, updated_at: 2022-05-26T10:27:55.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}, {id: 511088660, created_at: 2022-05-26T10:27:55.000Z, updated_at: 2022-05-26T10:27:55.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870182}]
D/FlutterWebRTCPlugin( 9237): onIceGatheringChangeCOMPLETE
I/flutter ( 9237): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 5870237
I/flutter ( 9237): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 5870237
I/flutter ( 9237): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0
I/flutter ( 9237): CB-SDK: BaseSession: closeCurrentSession
I/flutter ( 9237): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
D/FlutterWebRTCPlugin( 9237): onConnectionChangeCLOSED
I/flutter ( 9237): CB-SDK: BaseSession: _notifySessionClosed
I/flutter ( 9237): CB-SDK: : Session Closed
I/flutter ( 9237): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870237
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter ( 9237): CB-SDK: : Current app state: AppLifecycleState.paused
D/FlutterWebRTCPlugin( 9237): CameraEventsHandler.onFirstFrameAvailable

============================================================================================

RECEIVER SIDE

D/FlutterGeolocator(27992): Creating service.
D/FlutterGeolocator(27992): Binding to location service.
I/flutter (27992): CB-SDK: : Connecting to connecty cube
I/flutter (27992): CB-SDK: : User found in cache!
I/flutter (27992): CB-SDK: : _loginToCC user: {full_name: Ziro User, address_book_name: null, email: null, login: 6sw8U3BkKAfJUec5afCDNo3FpzO2, phone: null, website: null, last_request_at: null, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870182, created_at: null, updated_at: null}
I/flutter (27992): CB-SDK: : =========================================================
I/flutter (27992): === REQUEST ==== 98d40c81-dabf-4735-9671-c9513f6df9b4 ===
I/flutter (27992): REQUEST
I/flutter (27992):   POST https://api.connectycube.com/session
I/flutter (27992): HEADERS
I/flutter (27992):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: }
I/flutter (27992): BODY
I/flutter (27992):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"1418174997","timestamp":"1653559864","signature":"97dafa7c8ada4ee78112b4bc4ec2c1eab7d9b47a","user":{"login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","password":"ABCDEFGHI"}}
I/flutter (27992):
I/flutter (27992): CB-SDK: : *********************************************************
I/flutter (27992): *** RESPONSE *** 201 *** 98d40c81-dabf-4735-9671-c9513f6df9b4 ***
I/flutter (27992): HEADERS
I/flutter (27992):   {cb-token-expirationdate: 2022-05-26 12:11:04 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:11:04 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 623, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (27992): BODY
I/flutter (27992):   {"session":{"created_at":"2022-05-26T10:11:04.739Z","updated_at":"2022-05-26T10:11:04.739Z","application_id":3272,"token":"469FF24B20B85D9325CB4C83CB778EAAE0D6","nonce":1418174997,"ts":1653559864,"user_id":5870182,"user":{"_id":"628f179fecbc270011a793e9","id":5870182,"created_at":"2022-05-26T06:01:03Z","updated_at":"2022-05-26T10:05:46Z","last_request_at":"2022-05-26T10:05:46Z","login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870182}}
I/flutter (27992):
I/flutter (27992): CB-SDK: : createSession cubeSession: {user_id: 5870182, user: {full_name: null, address_book_name: null, email: null, login: 6sw8U3BkKAfJUec5afCDNo3FpzO2, phone: null, website: null, last_request_at: 2022-05-26T10:05:46.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870182, created_at: 2022-05-26T06:01:03.000Z, updated_at: 2022-05-26T10:05:46.000Z}, application_id: 3272, nonce: 1418174997, token: 469FF24B20B85D9325CB4C83CB778EAAE0D6, ts: 1653559864, token_expiration_date: 2022-05-26T12:11:04.000Z, id: 5870182, created_at: 2022-05-26T10:11:04.739Z, updated_at: 2022-05-26T10:11:04.739Z}
I/flutter (27992): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: 6sw8U3BkKAfJUec5afCDNo3FpzO2, phone: null, website: null, last_request_at: 2022-05-26T10:05:46.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870182, created_at: 2022-05-26T06:01:03.000Z, updated_at: 2022-05-26T10:05:46.000Z}
I/flutter (27992): CB-SDK: CubeChatConnection: [login] userId: 5870182, null
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection SocketOpening
I/flutter (27992): CB-SDK: PushNotificationsManager: [getToken] VoIP token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (27992): CB-SDK: PushNotificationsManager: [subscribe] token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
W/FlutterJNI(27992): FlutterJNI.loadLibrary called more than once
W/FlutterJNI(27992): FlutterJNI.prefetchDefaultFontManager called more than once
I/flutter (27992): CB-SDK: : =========================================================
I/flutter (27992): === REQUEST ==== 90a00e3e-453a-4a6d-a676-7275f4509e76 ===
I/flutter (27992): REQUEST
I/flutter (27992):   POST https://api.connectycube.com/subscriptions
I/flutter (27992): HEADERS
I/flutter (27992):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 469FF24B20B85D9325CB4C83CB778EAAE0D6}
I/flutter (27992): BODY
I/flutter (27992):   {"notification_channel":"gcm","device":{"udid":"e18bcc974417ae21","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter (27992):
W/FlutterJNI(27992): FlutterJNI.init called more than once
I/FlutterConnectycubeBackgroundExecutor(27992): Creating background FlutterEngine instance, with args: [--enable-dart-profiling]
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter (27992): CB-SDK: : *********************************************************
I/flutter (27992): *** RESPONSE *** 201 *** 90a00e3e-453a-4a6d-a676-7275f4509e76 ***
I/flutter (27992): HEADERS
I/flutter (27992):   {cb-token-expirationdate: 2022-05-26 12:11:05 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:11:05 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (27992): BODY
I/flutter (27992):   [{"subscription":{"id":3695670,"_id":"628f1074f638240064c63b6f","user_id":5870182,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","notification_channel_id":3,"udid":"e18bcc974417ae21","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"e18bcc974417ae21","platform":{"name":"android"}}}}]
I/flutter (27992):
I/flutter (27992): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter (27992): CB-SDK: : =========================================================
I/flutter (27992): === REQUEST ==== 2631a463-dcbd-43b4-a83c-4ef377fd803e ===
I/flutter (27992): REQUEST
I/flutter (27992):   DELETE https://api.connectycube.com/login
I/flutter (27992): HEADERS
I/flutter (27992):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 469FF24B20B85D9325CB4C83CB778EAAE0D6}
I/flutter (27992): BODY
I/flutter (27992):
I/flutter (27992):
I/flutter (27992): CB-SDK: : *********************************************************
I/flutter (27992): *** RESPONSE *** 200 *** 2631a463-dcbd-43b4-a83c-4ef377fd803e ***
I/flutter (27992): HEADERS
I/flutter (27992):   {cb-token-expirationdate: 2022-05-26 12:11:56 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:11:56 GMT, content-length: 0, strict-transport-security: max-age=15768000; includeSubDomains, access-control-expose-headers: CB-Token-ExpirationDate, server: nginx/1.16.1}
I/flutter (27992): BODY
I/flutter (27992):
I/flutter (27992):
I/flutter (27992): CB-SDK: CubeChatConnection: [destroy]
I/flutter (27992): CB-SDK: CubeChatConnection: [logout]
I/flutter (27992): CB-SDK: CubeChatConnection: [_clearConnection]
I/flutter (27992): CB-SDK: : Connecting to connecty cube
I/flutter (27992): CB-SDK: : Fetching user from server
I/flutter (27992): CB-SDK: : =========================================================
I/flutter (27992): === REQUEST ==== 8ced766c-0884-4d93-bcfc-0fb5f99b00b8 ===
I/flutter (27992): REQUEST
I/flutter (27992):   GET https://api.connectycube.com/users/by_login?login=fwmhaXMglgQ8kJNqjf3L9I1Fnpz2
I/flutter (27992): HEADERS
I/flutter (27992):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 469FF24B20B85D9325CB4C83CB778EAAE0D6}
I/flutter (27992): BODY
I/flutter (27992):
I/flutter (27992):
I/flutter (27992): CB-SDK: : *********************************************************
I/flutter (27992): *** RESPONSE *** 200 *** 8ced766c-0884-4d93-bcfc-0fb5f99b00b8 ***
I/flutter (27992): HEADERS
I/flutter (27992):   {cb-token-expirationdate: 2022-05-26 12:12:18 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:18 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (27992): BODY
I/flutter (27992):   {"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter (27992):
I/flutter (27992): CB-SDK: : _loginToCC user: {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}
I/flutter (27992): CB-SDK: : =========================================================
I/flutter (27992): === REQUEST ==== 51ec44ad-d1ef-4050-84af-b70736f5e6d9 ===
I/flutter (27992): REQUEST
I/flutter (27992):   POST https://api.connectycube.com/session
I/flutter (27992): HEADERS
I/flutter (27992):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 469FF24B20B85D9325CB4C83CB778EAAE0D6}
I/flutter (27992): BODY
I/flutter (27992):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"991835156","timestamp":"1653559939","signature":"ec71229eea3bc84bd6a30e676d94184a148fdd68","user":{"login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","password":"ABCDEFGHI"}}
I/flutter (27992):
I/flutter (27992): CB-SDK: : *********************************************************
I/flutter (27992): *** RESPONSE *** 201 *** 51ec44ad-d1ef-4050-84af-b70736f5e6d9 ***
I/flutter (27992): HEADERS
I/flutter (27992):   {cb-token-expirationdate: 2022-05-26 12:12:20 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:20 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 622, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (27992): BODY
I/flutter (27992):   {"session":{"created_at":"2022-05-26T10:12:20.185Z","updated_at":"2022-05-26T10:12:20.185Z","application_id":3272,"token":"E3E13F1C4A5A6370F18BEBDC61AA4F21C148","nonce":991835156,"ts":1653559939,"user_id":5870237,"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870237}}
I/flutter (27992):
I/flutter (27992): CB-SDK: : createSession cubeSession: {user_id: 5870237, user: {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}, application_id: 3272, nonce: 991835156, token: E3E13F1C4A5A6370F18BEBDC61AA4F21C148, ts: 1653559939, token_expiration_date: 2022-05-26T12:12:20.000Z, id: 5870237, created_at: 2022-05-26T10:12:20.185Z, updated_at: 2022-05-26T10:12:20.185Z}
I/flutter (27992): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}
I/flutter (27992): CB-SDK: CubeChatConnection: [login] userId: 5870237, null
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection SocketOpening
I/flutter (27992): CB-SDK: PushNotificationsManager: [getToken] VoIP token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (27992): CB-SDK: PushNotificationsManager: [subscribe] token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (27992): CB-SDK: : =========================================================
I/flutter (27992): === REQUEST ==== 8082be97-234f-4c6d-9375-deffac75d129 ===
I/flutter (27992): REQUEST
I/flutter (27992):   POST https://api.connectycube.com/subscriptions
I/flutter (27992): HEADERS
I/flutter (27992):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: E3E13F1C4A5A6370F18BEBDC61AA4F21C148}
I/flutter (27992): BODY
I/flutter (27992):   {"notification_channel":"gcm","device":{"udid":"e18bcc974417ae21","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter (27992):
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter (27992): CB-SDK: : *********************************************************
I/flutter (27992): *** RESPONSE *** 201 *** 8082be97-234f-4c6d-9375-deffac75d129 ***
I/flutter (27992): HEADERS
I/flutter (27992):   {cb-token-expirationdate: 2022-05-26 12:12:21 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:21 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (27992): BODY
I/flutter (27992):   [{"subscription":{"id":3695670,"_id":"628f1074f638240064c63b6f","user_id":5870237,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","notification_channel_id":3,"udid":"e18bcc974417ae21","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"e18bcc974417ae21","platform":{"name":"android"}}}}]
I/flutter (27992):
I/flutter (27992): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter (27992): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter (27992): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (27992): CB-SDK: : Current app state: AppLifecycleState.paused
D/FlutterGeolocator(28595): Creating service.
D/FlutterGeolocator(28595): Binding to location service.
I/flutter (28595): CB-SDK: : Connecting to connecty cube
I/flutter (28595): CB-SDK: : User found in cache!
I/flutter (28595): CB-SDK: : _loginToCC user: {full_name: Ziro User, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: null, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: null, updated_at: null}
I/flutter (28595): CB-SDK: : =========================================================
I/flutter (28595): === REQUEST ==== 60e4671a-3f79-4df8-a75a-8a69d3658261 ===
I/flutter (28595): REQUEST
I/flutter (28595):   POST https://api.connectycube.com/session
I/flutter (28595): HEADERS
I/flutter (28595):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: }
I/flutter (28595): BODY
I/flutter (28595):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"143443888","timestamp":"1653559955","signature":"3c7af60601cca1abc72dceefb316d9512c3f0c72","user":{"login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","password":"ABCDEFGHI"}}
I/flutter (28595):
I/flutter (28595): CB-SDK: : *********************************************************
I/flutter (28595): *** RESPONSE *** 201 *** 60e4671a-3f79-4df8-a75a-8a69d3658261 ***
I/flutter (28595): HEADERS
I/flutter (28595):   {cb-token-expirationdate: 2022-05-26 12:12:35 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:35 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 622, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (28595): BODY
I/flutter (28595):   {"session":{"created_at":"2022-05-26T10:12:35.871Z","updated_at":"2022-05-26T10:12:35.871Z","application_id":3272,"token":"0BBCDE0BAD16BBFD4B3B2FD1295A7C3B8DAA","nonce":143443888,"ts":1653559955,"user_id":5870237,"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870237}}
I/flutter (28595):
I/flutter (28595): CB-SDK: : createSession cubeSession: {user_id: 5870237, user: {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}, application_id: 3272, nonce: 143443888, token: 0BBCDE0BAD16BBFD4B3B2FD1295A7C3B8DAA, ts: 1653559955, token_expiration_date: 2022-05-26T12:12:35.000Z, id: 5870237, created_at: 2022-05-26T10:12:35.871Z, updated_at: 2022-05-26T10:12:35.871Z}
I/flutter (28595): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}
I/flutter (28595): CB-SDK: CubeChatConnection: [login] userId: 5870237, null
I/flutter (28595): CB-SDK: CubeChatConnection: Chat connection SocketOpening
W/FlutterJNI(28595): FlutterJNI.loadLibrary called more than once
W/FlutterJNI(28595): FlutterJNI.prefetchDefaultFontManager called more than once
W/FlutterJNI(28595): FlutterJNI.init called more than once
I/flutter (28595): CB-SDK: PushNotificationsManager: [getToken] VoIP token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (28595): CB-SDK: PushNotificationsManager: [subscribe] token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (28595): CB-SDK: : =========================================================
I/flutter (28595): === REQUEST ==== 216a4c81-ba76-4d0d-8baf-93e9ad90dc44 ===
I/flutter (28595): REQUEST
I/flutter (28595):   POST https://api.connectycube.com/subscriptions
I/flutter (28595): HEADERS
I/flutter (28595):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 0BBCDE0BAD16BBFD4B3B2FD1295A7C3B8DAA}
I/flutter (28595): BODY
I/flutter (28595):   {"notification_channel":"gcm","device":{"udid":"e18bcc974417ae21","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter (28595):
I/FlutterConnectycubeBackgroundExecutor(28595): Creating background FlutterEngine instance, with args: []
I/flutter (28595): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter (28595): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter (28595): CB-SDK: : *********************************************************
I/flutter (28595): *** RESPONSE *** 201 *** 216a4c81-ba76-4d0d-8baf-93e9ad90dc44 ***
I/flutter (28595): HEADERS
I/flutter (28595):   {cb-token-expirationdate: 2022-05-26 12:12:37 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:37 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (28595): BODY
I/flutter (28595):   [{"subscription":{"id":3695670,"_id":"628f1074f638240064c63b6f","user_id":5870237,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","notification_channel_id":3,"udid":"e18bcc974417ae21","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"e18bcc974417ae21","platform":{"name":"android"}}}}]
I/flutter (28595):
I/flutter (28595): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter (28595): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter (28595): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter (28595): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28595): CB-SDK: : Current app state: AppLifecycleState.paused
I/flutter (28595): CB-SDK: : Current app state: AppLifecycleState.detached
W/FlutterJNI(28753): FlutterJNI.loadLibrary called more than once
W/FlutterJNI(28753): FlutterJNI.init called more than once
D/FlutterGeolocator(28753): Creating service.
D/FlutterGeolocator(28753): Binding to location service.
I/FlutterConnectycubeBackgroundExecutor(28753): Creating background FlutterEngine instance.
I/flutter (28753): [CallEvent.fromMap] map: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: 2cf146af-ce22-44c3-9850-ae8af6362e06, call_opponents: 5870237, call_type: 1}
I/flutter (28753): [PushNotificationsManager][onCallAcceptedWhenTerminated] callEvent: CallEvent(sessionId: 2cf146af-ce22-44c3-9850-ae8af6362e06, callType: 1, callerId: 5870182, callerName: Redmi, opponentsIds: {5870237}, userInfo: {})
I/flutter (28753): CB-SDK: : {parameters: {call_type: 1, session_id: 2cf146af-ce22-44c3-9850-ae8af6362e06, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, message: Accept call, signal_type: acceptCall, ios_voip: 1}, notificationType: push, environment: development, eventType: null, usersIds: [5870182], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter (28753): CB-SDK: : Connecting to connecty cube
I/flutter (28753): CB-SDK: : User found in cache!
I/flutter (28753): CB-SDK: : _loginToCC user: {full_name: Ziro User, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: null, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: null, updated_at: null}
I/flutter (28753): CB-SDK: : =========================================================
I/flutter (28753): === REQUEST ==== 01d90fe0-79bf-46ad-b0dd-469d7ef17abb ===
I/flutter (28753): REQUEST
I/flutter (28753):   POST https://api.connectycube.com/session
I/flutter (28753): HEADERS
I/flutter (28753):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: }
I/flutter (28753): BODY
I/flutter (28753):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"801170450","timestamp":"1653559975","signature":"ea1c9d86e9bbfe5400ce97ecb4ed3e70d05bc571","user":{"login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","password":"ABCDEFGHI"}}
I/flutter (28753):
I/flutter (28753): CB-SDK: : *********************************************************
I/flutter (28753): *** RESPONSE *** 201 *** 01d90fe0-79bf-46ad-b0dd-469d7ef17abb ***
I/flutter (28753): HEADERS
I/flutter (28753):   {cb-token-expirationdate: 2022-05-26 12:12:56 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:56 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 622, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (28753): BODY
I/flutter (28753):   {"session":{"created_at":"2022-05-26T10:12:56.491Z","updated_at":"2022-05-26T10:12:56.491Z","application_id":3272,"token":"AD85CC14917949A63B5E121C43D258B86395","nonce":801170450,"ts":1653559975,"user_id":5870237,"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870237}}
I/flutter (28753):
I/flutter (28753): CB-SDK: : createSession cubeSession: {user_id: 5870237, user: {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}, application_id: 3272, nonce: 801170450, token: AD85CC14917949A63B5E121C43D258B86395, ts: 1653559975, token_expiration_date: 2022-05-26T12:12:56.000Z, id: 5870237, created_at: 2022-05-26T10:12:56.491Z, updated_at: 2022-05-26T10:12:56.491Z}
I/flutter (28753): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}
I/flutter (28753): CB-SDK: CubeChatConnection: [login] userId: 5870237, null
I/flutter (28753): CB-SDK: CubeChatConnection: Chat connection SocketOpening
I/flutter (28753): CB-SDK: PushNotificationsManager: [getToken] VoIP token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (28753): CB-SDK: PushNotificationsManager: [subscribe] token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (28753): CB-SDK: : =========================================================
I/flutter (28753): === REQUEST ==== f81e0f64-ce5a-4e6e-b45d-321b7acc9ec3 ===
I/flutter (28753): REQUEST
I/flutter (28753):   POST https://api.connectycube.com/subscriptions
I/flutter (28753): HEADERS
I/flutter (28753):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: AD85CC14917949A63B5E121C43D258B86395}
I/flutter (28753): BODY
I/flutter (28753):   {"notification_channel":"gcm","device":{"udid":"e18bcc974417ae21","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter (28753):
I/flutter (28753): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter (28753): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter (28753): CB-SDK: : *********************************************************
I/flutter (28753): *** RESPONSE *** 201 *** f81e0f64-ce5a-4e6e-b45d-321b7acc9ec3 ***
I/flutter (28753): HEADERS
I/flutter (28753):   {cb-token-expirationdate: 2022-05-26 12:12:57 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:12:57 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (28753): BODY
I/flutter (28753):   [{"subscription":{"id":3695670,"_id":"628f1074f638240064c63b6f","user_id":5870237,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","notification_channel_id":3,"udid":"e18bcc974417ae21","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"e18bcc974417ae21","platform":{"name":"android"}}}}]
I/flutter (28753):
I/flutter (28753): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter (28753): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter (28753): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.paused
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (28753): CB-SDK: : =========================================================
I/flutter (28753): === REQUEST ==== 1c3b10a5-7877-40b2-be1c-f8d0bcf979aa ===
I/flutter (28753): REQUEST
I/flutter (28753):   GET https://api.connectycube.com/users/by_login?login=6sw8U3BkKAfJUec5afCDNo3FpzO2
I/flutter (28753): HEADERS
I/flutter (28753):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: AD85CC14917949A63B5E121C43D258B86395}
I/flutter (28753): BODY
I/flutter (28753):
I/flutter (28753):
I/flutter (28753): CB-SDK: : *********************************************************
I/flutter (28753): *** RESPONSE *** 200 *** 1c3b10a5-7877-40b2-be1c-f8d0bcf979aa ***
I/flutter (28753): HEADERS
I/flutter (28753):   {cb-token-expirationdate: 2022-05-26 12:13:24 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:13:24 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (28753): BODY
I/flutter (28753):   {"user":{"_id":"628f179fecbc270011a793e9","id":5870182,"created_at":"2022-05-26T06:01:03Z","updated_at":"2022-05-26T10:11:05Z","last_request_at":"2022-05-26T10:11:05Z","login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter (28753):
I/flutter (28753): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: eff91bc5-0106-47c6-b68a-5c6d371dd258, caller_id: 5870237, caller_name: realme :: Redmi, call_opponents: 5870182, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870182], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter (28753): CB-SDK: : =========================================================
I/flutter (28753): === REQUEST ==== 703a608d-401a-4539-bcc1-a5f9e8cca199 ===
I/flutter (28753): REQUEST
I/flutter (28753):   POST https://api.connectycube.com/events
I/flutter (28753): HEADERS
I/flutter (28753):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: AD85CC14917949A63B5E121C43D258B86395}
I/flutter (28753): BODY
I/flutter (28753):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImVmZjkxYmM1LTAxMDYtNDdjNi1iNjhhLTVjNmQzNzFkZDI1OCIsImNhbGxlcl9pZCI6NTg3MDIzNywiY2FsbGVyX25hbWUiOiJyZWFsbWUgOjogUmVkbWkiLCJjYWxsX29wcG9uZW50cyI6IjU4NzAxODIiLCJzaWduYWxfdHlwZSI6InN0YXJ0Q2FsbCJ9","user":{"ids":"5870182"}}}
I/flutter (28753):
I/flutter (28753): CB-SDK: : Active Session
I/flutter (28753): CB-SDK: : start call {userId: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, userName: realme}
I/FlutterWebRTCPlugin(28753): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin(28753): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin(28753): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin(28753): Create front camera 1 succeeded
D/FlutterWebRTCPlugin(28753): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin(28753): MediaStream id: 3a8227a5-9c2c-4c8d-ae6b-d6708d17f6ff
D/FlutterWebRTCPlugin(28753): CameraEventsHandler.onCameraOpening: cameraName=1
D/FlutterWebRTCPlugin(28753): onAudioManagerDevicesChanged: [SPEAKER_PHONE, EARPIECE], selected: SPEAKER_PHONE
I/flutter (28753): CB-SDK: PeerConnection: _createOffer for opponent 5870182
D/FlutterWebRTCPlugin(28753): onIceGatheringChangeGATHERING
I/flutter (28753): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870182
I/flutter (28753): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870182
I/flutter (28753): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870182
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
I/flutter (28753): CB-SDK: : *********************************************************
I/flutter (28753): *** RESPONSE *** 201 *** 703a608d-401a-4539-bcc1-a5f9e8cca199 ***
I/flutter (28753): HEADERS
I/flutter (28753):   {cb-token-expirationdate: 2022-05-26 12:13:26 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:13:26 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1246, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (28753): BODY
I/flutter (28753):   [{"event":{"_id":"628f52c638701900335a39f2","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImVmZjkxYmM1LTAxMDYtNDdjNi1iNjhhLTVjNmQzNzFkZDI1OCIsImNhbGxlcl9pZCI6NTg3MDIzNywiY2FsbGVyX25hbWUiOiJyZWFsbWUgOjogUmVkbWkiLCJjYWxsX29wcG9uZW50cyI6IjU4NzAxODIiLCJzaWduYWxfdHlwZSI6InN0YXJ0Q2FsbCJ9","user_id":5870237,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:13:26Z","updated_at":"2022-05-26T10:13:26Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":794894542}},{"event":{"_id":"628f52c638701900335a39f3","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6ImVmZjkxYmM1LTAxMDYtNDdjNi1iNjhhLTVjNmQzNzFkZDI1OCIsImNhbGxlcl9pZCI6NTg3MDIzNywiY2FsbGVyX25hbWUiOiJyZWFsbWUgOjogUmVkbWkiLCJjYWxsX29wcG9uZW50cyI6IjU4NzAxODIiLCJzaWduYWxfdHlwZSI6InN0YXJ0Q2FsbCJ9","user_id":5870237,"environment":"production",
I/flutter (28753):
I/flutter (28753): CB-SDK: : Event for offliners created: [{id: 794894542, created_at: 2022-05-26T10:13:26.000Z, updated_at: 2022-05-26T10:13:26.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: eff91bc5-0106-47c6-b68a-5c6d371dd258, caller_id: 5870237, caller_name: realme :: Redmi, call_opponents: 5870182, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870237}, {id: 890941005, created_at: 2022-05-26T10:13:26.000Z, updated_at: 2022-05-26T10:13:26.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: eff91bc5-0106-47c6-b68a-5c6d371dd258, caller_id: 5870237, caller_name: realme :: Redmi, call_opponents: 5870182, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870237}]
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
D/FlutterWebRTCPlugin(28753): onIceCandidate
I/flutter (28753): CB-SDK: BaseSession: closeCurrentSession
I/flutter (28753): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
D/FlutterWebRTCPlugin(28753): onConnectionChangeCLOSED
I/flutter (28753): CB-SDK: BaseSession: _notifySessionClosed
I/flutter (28753): CB-SDK: : Session Closed
D/FlutterWebRTCPlugin(28753): CameraEventsHandler.onFirstFrameAvailable
I/flutter (28753): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870182
I/flutter (28753): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870182
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.paused
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (28753): [initEventsHandler] rawData: {args: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: 75f351ca-b145-4421-82cc-33e518419bdd, call_opponents: 5870237, call_type: 1}, event: answerCall}
I/flutter (28753): [CallEvent.fromMap] map: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: 75f351ca-b145-4421-82cc-33e518419bdd, call_opponents: 5870237, call_type: 1}
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (28753): [initEventsHandler] rawData: {args: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: 591352f4-4211-474c-bbc0-b289084d638e, call_opponents: 5870237, call_type: 1}, event: answerCall}
I/flutter (28753): [CallEvent.fromMap] map: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: 591352f4-4211-474c-bbc0-b289084d638e, call_opponents: 5870237, call_type: 1}
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (28753): CB-SDK: : Current app state: AppLifecycleState.paused
D/FlutterGeolocator(29751): Creating service.
D/FlutterGeolocator(29751): Binding to location service.
I/flutter (29751): CB-SDK: : Connecting to connecty cube
I/flutter (29751): CB-SDK: : User found in cache!
I/flutter (29751): CB-SDK: : _loginToCC user: {full_name: Ziro User, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: null, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: null, updated_at: null}
I/flutter (29751): CB-SDK: : =========================================================
I/flutter (29751): === REQUEST ==== 159a0972-2498-4d1c-9e26-2b221ebe6cf4 ===
I/flutter (29751): REQUEST
I/flutter (29751):   POST https://api.connectycube.com/session
I/flutter (29751): HEADERS
I/flutter (29751):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: }
I/flutter (29751): BODY
I/flutter (29751):   {"application_id":"3272","auth_key":"UVsPNTb8pB6evg4","nonce":"525313709","timestamp":"1653560080","signature":"32894ffb61d0dcf92a7acbf2b489eb3cea59f815","user":{"login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","password":"ABCDEFGHI"}}
I/flutter (29751):
I/flutter (29751): CB-SDK: : *********************************************************
I/flutter (29751): *** RESPONSE *** 201 *** 159a0972-2498-4d1c-9e26-2b221ebe6cf4 ***
I/flutter (29751): HEADERS
I/flutter (29751):   {cb-token-expirationdate: 2022-05-26 12:14:41 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:14:41 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 622, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (29751): BODY
I/flutter (29751):   {"session":{"created_at":"2022-05-26T10:14:41.543Z","updated_at":"2022-05-26T10:14:41.543Z","application_id":3272,"token":"4B92CFD4455FBB0C5AFBF4B73F45BC67C934","nonce":525313709,"ts":1653560080,"user_id":5870237,"user":{"_id":"628f186d8cb98800185c8bc1","id":5870237,"created_at":"2022-05-26T06:04:29Z","updated_at":"2022-05-26T10:11:00Z","last_request_at":"2022-05-26T10:11:00Z","login":"fwmhaXMglgQ8kJNqjf3L9I1Fnpz2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null},"id":5870237}}
I/flutter (29751):
I/flutter (29751): CB-SDK: : createSession cubeSession: {user_id: 5870237, user: {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: null, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}, application_id: 3272, nonce: 525313709, token: 4B92CFD4455FBB0C5AFBF4B73F45BC67C934, ts: 1653560080, token_expiration_date: 2022-05-26T12:14:41.000Z, id: 5870237, created_at: 2022-05-26T10:14:41.543Z, updated_at: 2022-05-26T10:14:41.543Z}
I/flutter (29751): CB-SDK: : _loginToCubeChat user {full_name: null, address_book_name: null, email: null, login: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, phone: null, website: null, last_request_at: 2022-05-26T10:11:00.000Z, external_user_id: null, external_id: null, facebook_id: null, twitter_id: null, password: ABCDEFGHI, oldPassword: null, custom_data: null, avatar: null, tag_list: null, id: 5870237, created_at: 2022-05-26T06:04:29.000Z, updated_at: 2022-05-26T10:11:00.000Z}
I/flutter (29751): CB-SDK: CubeChatConnection: [login] userId: 5870237, null
I/flutter (29751): CB-SDK: CubeChatConnection: Chat connection SocketOpening
W/FlutterJNI(29751): FlutterJNI.loadLibrary called more than once
I/flutter (29751): CB-SDK: PushNotificationsManager: [getToken] VoIP token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
I/flutter (29751): CB-SDK: PushNotificationsManager: [subscribe] token: feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU
W/FlutterJNI(29751): FlutterJNI.prefetchDefaultFontManager called more than once
I/flutter (29751): CB-SDK: : =========================================================
I/flutter (29751): === REQUEST ==== 253696a5-701b-4dc0-8a69-23a22b192c10 ===
I/flutter (29751): REQUEST
I/flutter (29751):   POST https://api.connectycube.com/subscriptions
I/flutter (29751): HEADERS
I/flutter (29751):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 4B92CFD4455FBB0C5AFBF4B73F45BC67C934}
I/flutter (29751): BODY
I/flutter (29751):   {"notification_channel":"gcm","device":{"udid":"e18bcc974417ae21","platform":"android"},"push_token":{"environment":"development","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","bundle_identifier":"com.ziro.ziroapp"}}
I/flutter (29751):
W/FlutterJNI(29751): FlutterJNI.init called more than once
I/FlutterConnectycubeBackgroundExecutor(29751): Creating background FlutterEngine instance, with args: []
I/flutter (29751): CB-SDK: CubeChatConnection: Chat connection SocketOpened
I/flutter (29751): CB-SDK: CubeChatConnection: Chat connection Authenticated
I/flutter (29751): CB-SDK: : *********************************************************
I/flutter (29751): *** RESPONSE *** 201 *** 253696a5-701b-4dc0-8a69-23a22b192c10 ***
I/flutter (29751): HEADERS
I/flutter (29751):   {cb-token-expirationdate: 2022-05-26 12:14:42 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:14:42 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 525, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (29751): BODY
I/flutter (29751):   [{"subscription":{"id":3695670,"_id":"628f1074f638240064c63b6f","user_id":5870237,"bundle_identifier":"com.ziro.ziroapp","client_identification_sequence":"feBKu0x7QgKgTCrQ46WDd2:APA91bEI8aIBbsaHXYoinIE9wks94TcV4aOM5ueNiHfN-tTg-LKeo6T4Tyq_pJXM3suDvlGpfl9f6qEtvdaqrz-p77nmiLdLPFn0ptcFBmMV_eWcLwsUXhFgonUry-oXOfjI2QvqcBWU","notification_channel_id":3,"udid":"e18bcc974417ae21","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"e18bcc974417ae21","platform":{"name":"android"}}}}]
I/flutter (29751):
I/flutter (29751): CB-SDK: PushNotificationsManager: [subscribe] subscription SUCCESS
I/flutter (29751): CB-SDK: CubeChatConnection: Chat connection SessionInitialized
I/flutter (29751): CB-SDK: CubeChatConnection: Chat connection Ready
I/flutter (29751): [initEventsHandler] rawData: {args: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: b65086db-74a1-4082-bc82-bd6a0decf84c, call_opponents: 5870237, call_type: 1}, event: answerCall}
I/flutter (29751): [CallEvent.fromMap] map: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: b65086db-74a1-4082-bc82-bd6a0decf84c, call_opponents: 5870237, call_type: 1}
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (29751): CB-SDK: : =========================================================
I/flutter (29751): === REQUEST ==== 0d364208-957b-4a69-bd5a-369957192d53 ===
I/flutter (29751): REQUEST
I/flutter (29751):   GET https://api.connectycube.com/users/by_login?login=6sw8U3BkKAfJUec5afCDNo3FpzO2
I/flutter (29751): HEADERS
I/flutter (29751):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 4B92CFD4455FBB0C5AFBF4B73F45BC67C934}
I/flutter (29751): BODY
I/flutter (29751):
I/flutter (29751):
I/flutter (29751): CB-SDK: : *********************************************************
I/flutter (29751): *** RESPONSE *** 200 *** 0d364208-957b-4a69-bd5a-369957192d53 ***
I/flutter (29751): HEADERS
I/flutter (29751):   {cb-token-expirationdate: 2022-05-26 12:15:59 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:15:59 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 396, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (29751): BODY
I/flutter (29751):   {"user":{"_id":"628f179fecbc270011a793e9","id":5870182,"created_at":"2022-05-26T06:01:03Z","updated_at":"2022-05-26T10:11:05Z","last_request_at":"2022-05-26T10:11:05Z","login":"6sw8U3BkKAfJUec5afCDNo3FpzO2","email":null,"full_name":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"avatar":null,"external_id":null}}
I/flutter (29751):
I/flutter (29751): CB-SDK: : {parameters: {message: Incoming Video call, call_type: 1, session_id: 9540250e-6815-423f-91bf-bd94658b7ba4, caller_id: 5870237, caller_name: realme :: Redmi, call_opponents: 5870182, signal_type: startCall}, notificationType: push, environment: development, eventType: null, usersIds: [5870182], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter (29751): CB-SDK: : =========================================================
I/flutter (29751): === REQUEST ==== 2ead4881-e091-45b0-ba07-e73a358d7b22 ===
I/flutter (29751): REQUEST
I/flutter (29751):   POST https://api.connectycube.com/events
I/flutter (29751): HEADERS
I/flutter (29751):   {Content-type: application/json, ConnectyCube-REST-API-Version: 0.1.1, CB-SDK: Flutter 2.1.1, CB-Token: 4B92CFD4455FBB0C5AFBF4B73F45BC67C934}
I/flutter (29751): BODY
I/flutter (29751):   {"event":{"id":null,"created_at":null,"updated_at":null,"notification_type":"push","environment":"development","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6Ijk1NDAyNTBlLTY4MTUtNDIzZi05MWJmLWJkOTQ2NThiN2JhNCIsImNhbGxlcl9pZCI6NTg3MDIzNywiY2FsbGVyX25hbWUiOiJyZWFsbWUgOjogUmVkbWkiLCJjYWxsX29wcG9uZW50cyI6IjU4NzAxODIiLCJzaWduYWxfdHlwZSI6InN0YXJ0Q2FsbCJ9","user":{"ids":"5870182"}}}
I/flutter (29751):
I/flutter (29751): CB-SDK: : Active Session
I/flutter (29751): CB-SDK: : start call {userId: fwmhaXMglgQ8kJNqjf3L9I1Fnpz2, userName: realme}
I/FlutterWebRTCPlugin(29751): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
I/FlutterWebRTCPlugin(29751): getUserMedia(video): ConstraintsMap{mMap={facingMode=user, optional=[], mandatory={minHeight=720, minFrameRate=30, minWidth=1280}}}
D/FlutterWebRTCPlugin(29751): Creating video capturer using Camera2 API.
D/FlutterWebRTCPlugin(29751): Create front camera 1 succeeded
D/FlutterWebRTCPlugin(29751): changeCaptureFormat: 1280x720@30
D/FlutterWebRTCPlugin(29751): MediaStream id: e507da1d-b245-4406-853e-27246e9a4133
D/FlutterWebRTCPlugin(29751): CameraEventsHandler.onCameraOpening: cameraName=1
D/FlutterWebRTCPlugin(29751): onAudioManagerDevicesChanged: [EARPIECE, SPEAKER_PHONE], selected: SPEAKER_PHONE
I/flutter (29751): CB-SDK: PeerConnection: _createOffer for opponent 5870182
D/FlutterWebRTCPlugin(29751): onIceGatheringChangeGATHERING
I/flutter (29751): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateHaveLocalOffer for opponent 5870182
I/flutter (29751): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateGathering for opponent 5870182
I/flutter (29751): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateGathering for userId= 5870182
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): CameraEventsHandler.onFirstFrameAvailable
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
I/flutter (29751): CB-SDK: : *********************************************************
I/flutter (29751): *** RESPONSE *** 201 *** 2ead4881-e091-45b0-ba07-e73a358d7b22 ***
I/flutter (29751): HEADERS
I/flutter (29751):   {cb-token-expirationdate: 2022-05-26 12:16:00 UTC, connection: keep-alive, date: Thu, 26 May 2022 10:16:00 GMT, strict-transport-security: max-age=15768000; includeSubDomains, content-length: 1246, access-control-expose-headers: CB-Token-ExpirationDate, content-type: application/json; charset=utf-8, server: nginx/1.16.1}
I/flutter (29751): BODY
I/flutter (29751):   [{"event":{"_id":"628f536038701900335a39f7","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6Ijk1NDAyNTBlLTY4MTUtNDIzZi05MWJmLWJkOTQ2NThiN2JhNCIsImNhbGxlcl9pZCI6NTg3MDIzNywiY2FsbGVyX25hbWUiOiJyZWFsbWUgOjogUmVkbWkiLCJjYWxsX29wcG9uZW50cyI6IjU4NzAxODIiLCJzaWduYWxfdHlwZSI6InN0YXJ0Q2FsbCJ9","user_id":5870237,"environment":"development","date":null,"period":null,"kind":"API","end_date":null,"active":true,"created_at":"2022-05-26T10:16:00Z","updated_at":"2022-05-26T10:16:00Z","tag_query":null,"name":null,"notification_channel":{"name":"gcm"},"id":714634357}},{"event":{"_id":"628f536038701900335a39f8","event_type":"one_shot","message":"eyJtZXNzYWdlIjoiSW5jb21pbmcgVmlkZW8gY2FsbCIsImNhbGxfdHlwZSI6MSwic2Vzc2lvbl9pZCI6Ijk1NDAyNTBlLTY4MTUtNDIzZi05MWJmLWJkOTQ2NThiN2JhNCIsImNhbGxlcl9pZCI6NTg3MDIzNywiY2FsbGVyX25hbWUiOiJyZWFsbWUgOjogUmVkbWkiLCJjYWxsX29wcG9uZW50cyI6IjU4NzAxODIiLCJzaWduYWxfdHlwZSI6InN0YXJ0Q2FsbCJ9","user_id":5870237,"environment":"production",
I/flutter (29751):
I/flutter (29751): CB-SDK: : Event for offliners created: [{id: 714634357, created_at: 2022-05-26T10:16:00.000Z, updated_at: 2022-05-26T10:16:00.000Z, notification_type: null, environment: development, message: {message: Incoming Video call, call_type: 1, session_id: 9540250e-6815-423f-91bf-bd94658b7ba4, caller_id: 5870237, caller_name: realme :: Redmi, call_opponents: 5870182, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870237}, {id: 165280817, created_at: 2022-05-26T10:16:00.000Z, updated_at: 2022-05-26T10:16:00.000Z, notification_type: null, environment: production, message: {message: Incoming Video call, call_type: 1, session_id: 9540250e-6815-423f-91bf-bd94658b7ba4, caller_id: 5870237, caller_name: realme :: Redmi, call_opponents: 5870182, signal_type: startCall}, event_type: one_shot, notification_channel: gcm, user_id: 5870237}]
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceCandidate
D/FlutterWebRTCPlugin(29751): onIceGatheringChangeCOMPLETE
I/flutter (29751): CB-SDK: PeerConnection: onIceGatheringState changed to RTCIceGatheringState.RTCIceGatheringStateComplete for opponent 5870182
I/flutter (29751): CB-SDK: BaseSession: onIceGatheringStateChanged state= RTCIceGatheringState.RTCIceGatheringStateComplete for userId= 5870182
I/flutter (29751): CB-SDK: BaseSession: closeConnectionForOpponent, _channels.length = 0
I/flutter (29751): CB-SDK: BaseSession: closeCurrentSession
I/flutter (29751): CB-SDK: BaseSession: [closeCurrentSession] dispose localStream
D/FlutterWebRTCPlugin(29751): onConnectionChangeCLOSED
I/flutter (29751): CB-SDK: BaseSession: _notifySessionClosed
I/flutter (29751): CB-SDK: : Session Closed
I/flutter (29751): CB-SDK: PeerConnection: onIceConnectionState changed to RTCIceConnectionState.RTCIceConnectionStateClosed for opponent 5870182
I/flutter (29751): CB-SDK: PeerConnection: onSignalingState changed to RTCSignalingState.RTCSignalingStateClosed for opponent 5870182
D/FlutterWebRTCPlugin(29751): CameraEventsHandler.onFirstFrameAvailable
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.paused
I/flutter (29751): [initEventsHandler] rawData: {args: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, call_opponents: 5870237, call_type: 1}, event: answerCall}
I/flutter (29751): [CallEvent.fromMap] map: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, call_opponents: 5870237, call_type: 1}
I/flutter (29751): [CallEvent.fromMap] map: {caller_name: Redmi, user_info: {}, caller_id: 5870182, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, call_opponents: 5870237, call_type: 1}
I/flutter (29751): [PushNotificationsManager][onCallAcceptedWhenTerminated] callEvent: CallEvent(sessionId: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, callType: 1, callerId: 5870182, callerName: Redmi, opponentsIds: {5870237}, userInfo: {})
I/flutter (29751): CB-SDK: : {parameters: {call_type: 1, session_id: f58cdefc-c6ee-4a3d-af80-57b4b661ecb2, caller_id: 5870182, caller_name: Redmi, call_opponents: 5870237, message: Accept call, signal_type: acceptCall, ios_voip: 1}, notificationType: push, environment: development, eventType: null, usersIds: [5870182], externalUsersIds: [], usersTagsAll: [], usersTagsAny: [], usersTagsExclude: [], date: null, endDate: null, period: null, name: null}
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.resumed
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.inactive
I/flutter (29751): CB-SDK: : Current app state: AppLifecycleState.paused
MrunalrajRedij commented 1 year ago

Is there any update on this? For me, It happens rarely but still wants to solve this issue.

TatankaConCube commented 1 year ago

could you provide the steps on how can we reproduce it on our side in our sample? what platforms do you use for testing on both sides?

MrunalrajRedij commented 1 year ago

Platform: Android (both sides) OS version: 12 Steps: I am not sure how this is happening or how to recreate it because it is inconsistent. It only happens in rare cases. It is just like a normal scenario; the only difference is when I accept call from notification. It takes me to the app but doesn't redirect me to the call screen. It just stays there on my home page. Maybe something to do with the login session? Since I log out and login from another account while testing or something like that.