Type alias GetPhoneVariableValueOptions

GetPhoneVariableValueOptions: { variableNames?: string[] }

Options for ZoomSdk.getPhoneVariableValue.

When variableNames is omitted, all variables for the active phone call are returned. Pass an array of names to filter (for example zp_system.phoneNumber, company.email).

Type declaration

  • Optional variableNames?: string[]

Generated using TypeDoc