Ashif Ali
Ashif Ali
Getting the same error when i am using below code `configurations { configureEach { resolutionStrategy { force group: 'com.google.protobuf', name: 'protobuf-javalite', version: '3.10.0' } } }` for some reason i...
@davidliu +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.0@jar +--- junit:junit:4.13.2@jar +--- androidx.databinding:databinding-adapters:8.3.1@aar +--- androidx.databinding:databinding-ktx:8.3.1@aar +--- androidx.databinding:databinding-runtime:8.3.1@aar +--- androidx.databinding:viewbinding:8.3.1@aar +--- androidx.databinding:databinding-common:8.3.1@jar +--- androidx.navigation:navigation-common:2.7.7@aar +--- androidx.navigation:navigation-common-ktx:2.7.7@aar +--- androidx.navigation:navigation-runtime:2.7.7@aar +--- androidx.navigation:navigation-runtime-ktx:2.7.7@aar +--- androidx.navigation:navigation-fragment:2.7.7@aar +--- androidx.navigation:navigation-fragment-ktx:2.7.7@aar +--- androidx.navigation:navigation-ui-ktx:2.7.7@aar +---...
@Eben001 Thank you so much
Hi @cloudwebrtc , I’ve integrated this library into my project, but I’m having difficulty confirming whether it’s working as expected. Currently, I don’t notice much difference in the audio output,...
Hi @cloudwebrtc , Thanks for clarifying. I’ve confirmed with my team that we’re running `LiveKit` on our own servers (Azure), not `LiveKit Cloud`. In this case, is there any option...
Hi @cloudwebrtc , Thank you for your previous response. I have implemented all the suggested changes, and while the app shows that screen sharing has started, nothing is actually being...
Hi @rimedinaif, I tried your method but it's not working. Also getting error- Logs: ``` failure: path too long start broadcast capture [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method...
Hi @rimedinaif Thank you for the solution! I implemented it and ensured to set the `suiteName` with my app's group identifier. However, I'm still facing an issue where the ScreenShare...
Hi @khali80 & @UserJah , I've successfully implemented this functionality on Android. The key is to run a foreground service after joining the meeting, which prevents the microphone from disconnecting...
@jrose-signal thank you for the information, but I tried to use that by `implementation 'org.signal:libsignal-client:0.52.2'` but it showing it's not compatible, may be i am doing it in wrong way,...