Skip to content
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

[BUG] how can i add event handlers please #165

Open
Ahmad0Tanveer opened this issue Nov 16, 2023 · 1 comment
Open

[BUG] how can i add event handlers please #165

Ahmad0Tanveer opened this issue Nov 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Ahmad0Tanveer
Copy link

AgoraClient client = AgoraClient(
agoraConnectionData: AgoraConnectionData(
appId: "............ ID.............",
channelName: "test",
username: name,
),
agoraEventHandlers: AgoraRtcEventHandlers(
onUserJoined: (x,y,z) {
setState(() {
ggg = client.users.length;
});
}
)
);
how can i create design like whats app video calling one to one calling and Joint add Users lay change to Gride

@Ahmad0Tanveer Ahmad0Tanveer added the bug Something isn't working label Nov 16, 2023
@Meherdeep
Copy link
Contributor

You can take a look at this guide that explains how to add event handlers: https://github.com/AgoraIO-Community/VideoUIKit-Flutter/wiki/Examples#accesing-agora-rtcengineeventhandlers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants