UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

13 lines 408 B
export const sipConnectivityInfoSchema = { title: "sipConnectivityInfoSchema", type: "object", properties: { realm: { type: "string" }, username: { type: "string" }, password: { type: "string" }, applicationSid: { type: "string" }, wsUri: { type: "string" }, clientSid: { type: "string" }, }, }; //# sourceMappingURL=ISipConnectivityInfo.js.map