getting multiple onInviteBtnClicked() trigger on single click in zoom c# wrapper

getting multiple onInviteBtnClicked() trigger on single click in zoom c# wrapper

hi, 

sorry, we can’t reproduce this problem. please check did you call Add_CB_onInviteBtnClicked twice?

Regards

Dats 

Hello,

No i’m not calling Add_CB_onInviteBtnClicked this twice.

i call only once whenever i start or join meeting and here is my code 

Register CallBack:

ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetUIController().Add_CB_onInviteBtnClicked(onInviteBtnClicked);

CallBack Trigger Handel :

public void onInviteBtnClicked()
{

//my logic

}

 

hi,

if you start/join meeting twice, you will add this callback twice. so could you help to change your code to ensure call add callback event once, and try again.

thanks.

Dats