Type alias GetZoomRoomControllerCredentialsResponse

GetZoomRoomControllerCredentialsResponse: { type: "zrcUsernamePassword"; token: { appConfigUserName: string; appConfigPassword: string; appConfigDeviceUrl: string } } | { type: "zrcAuthToken"; token: { appConfigAuthToken: string; appConfigDeviceUrl: string } }

type zrcUsernamePassword response is returned if app is configured with username/password/URL credentials. type zrcAuthToken response is returned if app is configured with authToken/URL credentials.

Generated using TypeDoc