Is there a way to de-init the zoom sdk?

Description
Is there a way to deinit or remove or set the instance as null after leaving the meeting or at the end of the meeting?

@carson.zoom

On meeting end, I am calling ZoomSDK.getInstance().getInMeetingService().getInMeetingShareController().removeListener(this);

But next time while I join the session, the listener is active and onShareActiveUser is called first.

I am using a Custom UI.

Hi @sa159871,

Thanks for the post. when starting a new session, are you adding the listener before starting the next session? If so, then the listener will be added and the corresponding callback will be triggered.

Thanks!