jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
284 stars 240 forks source link

NO voice & video can be seen on android sdk 7.0.1 #171

Closed RakeshPatil111 closed 1 year ago

RakeshPatil111 commented 1 year ago

I am using jitsi custom sdk. When upgraded to 7.0.1 there is no voice in meeting and video. Getting this in JitsiMeetSDK: [features/base/lastn] There is no active conference, not updating last N in logs. I am not using JitsiMeetActivity.launch(), using JitsiMeetView.join(options).

damencho commented 1 year ago

Please, when you have questions or problems use the community forum before opening new issues, thank you.

Which version of jitsi-meet do you use?

saghul commented 1 year ago

Getting this in JitsiMeetSDK: [features/base/lastn] There is no active conference, not updating last N in logs.

Please provide the full log. That alone is not a problem.

RakeshPatil111 commented 1 year ago

stable-7210-2

saghul commented 1 year ago

I'm not sure if you're running into a compatibility issue with the old release and that more recent SDK...

RakeshPatil111 commented 1 year ago

Solved this issue, it was config issue, Fixed.

rcidt commented 1 year ago

@RakeshPatil111 could you please share what exactly in the config caused your issue?