Error while calling HandZoomWebUrl function from xamarin

Description
HandZoomWebUrl function error.

Additional context
am trying to call HandZoomWebUrl function from xamarin android application

code:

public void HandZoomWebUrl(string p0)
{
var meetingService = zoomSDK.MeetingService;

        if (!string.IsNullOrEmpty(p0))
        {
            meetingService.HandZoomWebUrl(p0);
        }
    }

but getting this error

Unable to find explicit activity class {com.companyname.zoomintegration/com.zipow.videobox.IMActivity}; have you declared this activity in your AndroidManifest.xml?’

Did I miss something?

Hi @shraddhap, thanks for the post.

Unfortunately our SDKs do not support Xamarin. Please let me know if you are able to reproduce this issue in a native application and we can investigate further.

Thanks!

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