Basic-Audio-Call icon indicating copy to clipboard operation
Basic-Audio-Call copied to clipboard

Is there any sample for create new Audio call channel ??

Open stevie658jjh opened this issue 4 years ago • 6 comments

I tried your example but it only has an example for join to a channel. So how do I create a new audio call 0ne-on-one ? Thanks!!

stevie658jjh avatar Jun 15 '20 06:06 stevie658jjh

Hi, when first user join a channel. The channel will be automatically created.

yoreland avatar Jun 16 '20 11:06 yoreland

I downloaded the demo, registered it on the official website, and generated app_ID and Token. However, when running, I could not test the voice function of the two phones, so I could not receive it.

hetaoyuan-android avatar Jul 31 '20 01:07 hetaoyuan-android

@hetaoyuan-android could you pls try the video one to see if that works for you?

plutoless avatar Aug 02 '20 10:08 plutoless

@plutoless I have downloaded one-to-one voice call. And running it on my two android device. When the app is launched onJoinChannelSuccess callback never get fired and I am not able to proceed ahead. I am using app id with no token. Still I am not able to hear anything.

nitinmesta avatar Oct 18 '20 09:10 nitinmesta

@nitinmesta if onJoinChannelSuccess is not called, it usually means you failed to join the channel. could you pls try this demo out? https://github.com/AgoraIO/API-Examples Try "JoinChannelAudio" example.

plutoless avatar Oct 24 '20 10:10 plutoless

Here the solution guys @stevie658jjh

https://stackoverflow.com/questions/60897903/how-do-i-create-a-channel-and-server-token-using-agorartcenginekit-in-swift

0xhex avatar Apr 08 '21 14:04 0xhex