Type Alias H323DevicesCreateHSIPDeviceResponse

H323DevicesCreateHSIPDeviceResponse: { id?: string } & {
    encryption: string;
    ip: string;
    name: string;
    protocol: string;
}