-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web users can't hear ios users, but ios users can hear web users. #25
Comments
@dzziwny sorry for late reply. could you pls share the channel name you used for testing? |
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 <https://github.com/dzziwny> sorry for late reply. could you pls
share the channel name you used for testing?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRFY67WFHETEOKWJFQPHX3SKZ2FBANCNFSM4SFB7W5Q>
.
|
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 |
@dzziwny try calling setChannelProfile to make the channel profile livebroadcasting. then call setClientRole to make yourself a broadcaster and see if it's now working for you. |
@plutoless thank for help, I have added your suggestions, now i have such error - |
@dzziwny hi, i did a test using your app and it's working fine. are you sure you have successfully joined the channel at all? |
btw i tested using web -> click JOIN CHANNEL -> make myself muted, using iOS -> click JOIN CHANNEL -> click TALK, and web can hear iOS |
i did a search using "Thursday29102020" and failed to find a channel. I believe you failed to join the channel somehow. please check your join channel callback, and whether you have turned on token but failed to provide a valid one. |
Did you check on ios native app or safari on ios? |
@dzziwny i checked on ios native app using your instructions on readme. |
by running this |
Hi @plutoless, I didn't test example project yet, but as an iOS developer, after reading example code, I think you forgot ask permission to use microphone. Please try below code to require microphone's permission:
|
@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 think we can close the ticket. |
Describe the bug
I have implemented agora sdk into web, using capacitorjs framework. It works fine on all devices browsers, like ios safari, android chrome, desktops etc. It also works fine on android WebView. There appeard problem on ios. In docs is written that there must be a native implementation for ios. I used sample from official agora documentation (https://github.com/AgoraIO/Basic-Audio-Call/tree/master/Group-Voice-Call/OpenVoiceCall-iOS) and it looks that ios users hear everyone else, but nobody hear ios users. What did i wrong? Is there any additional magic setting? I tested on ios 13.
Here is piece of code from my private app, where ios behavior is the same
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work like web implementation.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: