Meher
Meher
@SrujanMungara You just have to pass the unique channel name inside the `AgoraConnectionData`. For example: ```dart var channelName = "MyChannelOne"; final AgoraClient client = AgoraClient( agoraConnectionData: AgoraConnectionData( appId: "", channelName:...
A random string channel name for the UIKit needs to be declared before you declare your `AgoraConnectionData` config. For example, you can create a login screen before the video call...
@JoshJuncker This has been fixed with the new release v1.0.3 Let us know if it solves your issue.
Closing this issue for now, if you are still facing the issue feel free to reopen it.
Please follow this guide to generate a token server: https://github.com/AgoraIO-Community/agora-token-service
@SrujanMungara @arslankaleem7229 The user doesn't necessarily have to enter the channel name. This can be a random string that is shared between the 2 users.
Can you please share your code
@BulbulH Can you please check if you're using the latest version of the UIKit. Also, it would be great if you could share steps to reproduce the error.
The UIKit doesn't offer a dedicated voice call UI. However, if you want a `Grid` or `Floating` layout as offered by the UIKit, you can call the disable video method...
@itsdani121 Should be solved with the latest release