Customize Call Out to H.323/SIP device

Hi,

I am trying to implement a customized SIP device callout. After the zoom meeting is started, we like to call out the SIP endpoint with encryption off.

Based on the mobile SDK, it seems this is doable.

There is an encryptType property in the device object that can be turned off. So far, I did not see any related property in the Windows SDK.

namespace ZOOM_SDK_DOTNET_WRAP
{
public struct H323Device
{
public string name;
public string ip;
public string e164num;
public H323DeviceType type;
}
}

Is there any way to turn encryption off for sip callout devices in windows SDK?

Hi @okan,

Thanks for the post. Let me forward this to the engineering team and get back to you.

Thanks!

Hi @okan,

After consulting with the engineering team, currently we do not have an option to customize call out to H323/SIP device.

Thanks!