Michał
Michał
It's just 'test'. Today I am going to create a sample app and share on issue page. On Thu, Oct 15, 2020, 6:21 AM Qianze Zhang wrote: > @dzziwny sorry...
I created separated repo for agora plugin wrapper for capacitorjs. There is a sample app with bug - https://github.com/dzziwny/capacitor-agora-sdk/tree/master/sample
@plutoless thank for help, I have added your suggestions, now i have such error - `2020-10-29 19:45:30.216484+0000 App[1331:353091] [Client] Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The...
> btw i tested using web -> click JOIN CHANNEL -> make myself muted, using iOS -> click JOIN CHANNEL -> click TALK, and web can hear iOS Did you...
@tuannguyenanh177 thanks, i am going to make up asking for mic permission. it seams that @plutoless is right, i was creating token in a wrong way. thank you guys, i...
> Hi, interesting find and I agree with your view. I will merge after my vacation. thanks a lot for contributing Reminder ;-)
I found a workaround. To make microphone work I call `Helper.setSpeakerphoneOn(any)` on `onAddStream` event. But then need to know if headphones are connected, because `Helper.setSpeakerphoneOn(true)` turns on speaker. For this...
`Helper.setSpeakerphoneOn(any)` makes my microphone working. Without it, nobody can hear me on this particular device. On plenty other devices (iPhones too) everything is fine, without this workaround. Don't know why,...
I distinguished the logic, we use to connect. It's quite ugly here, but shows the process. ``` Future connect() async { final remoteRenderer = RTCVideoRenderer(); await remoteRenderer.initialize(); remoteRenderer.srcObject = await...
The official plugin page: `📱 Multiplatform. iOS, Android, Desktop and FULL WEB SUPPORT!` I don't complain in any way, you do a great job, but please insert somewhere at the...