How to declare an Auth Service Event Listener

I am following the sample code: “Initialize Zoom SDK and create authentication service”
It states:
// Call SetEvent to assign your IAuthServiceEvent listener
yourAuthServiceEventListener = new YourAuthServiceEventListener();

Could you provide a more detailed example of declaring an AuthServiceEventListener? (YourAuthServiceEventListener)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.