Vonage-Community / sample-video-flutter-app

Apache License 2.0
5 stars 1 forks source link

[ERROR] PublisherKit Error: Unable to Publish. #22

Open DamienLeon opened 6 months ago

DamienLeon commented 6 months ago

I get the following error when trying to integrate the Android SDK:

[ERROR] otk_peer_connection_common.cpp:1000 - audio_track initialiser - error in start_capturer -1
[ERROR] otk_messenger_v2.cpp:3782 - otk_messenger_v2_on_stream_create_response_implraptor sess is null or parsing ICE info failed.
[ERROR] raptor_message_v2.cpp:258 - content object does not exist or is not an object
[ERROR] otk_session_private.cpp:2726 - otk_session_stream_create_response Failed to complete publisher peer connection

I'm currently on OpenTok Android SDK | Version/Revision: android-2.27.0/4edbd848cc26eda2eea6c2ff15c6a14d4eae8725

I can see that an issue was opened and closed without any solution on a similar problem. https://github.com/opentok/opentok-android-sdk-samples/issues/436 Also, I tried running the example code given here with the above mentioned version as well as Version/Revision: android-2.22.2/c13b016d204367ea782966d6c6a822ef731a2f38 and get the same error. I tested this on multiple devices too. Not sure if this is an issue because of Flutter or the SDK.

Any help on resolving this is appreciated.