VideoUIKit-Flutter icon indicating copy to clipboard operation
VideoUIKit-Flutter copied to clipboard

[BUG] how can i add event handlers please

Open Ahmad0Tanveer opened this issue 2 years ago • 1 comments

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 avatar Nov 16 '23 15:11 Ahmad0Tanveer

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

Meherdeep avatar Feb 16 '24 16:02 Meherdeep