[ Web Proxy ]
URL:
Viewing: https://zoom.github.io/rivet-javascript/modules/../types/Phone.PhoneEmergencyAlertEvent.html [Back]  [Original]

PhoneEmergencyAlertEvent | @zoom/rivet

Type Alias PhoneEmergencyAlertEvent

PhoneEmergencyAlertEvent: Event<"phone.emergency_alert"> & {
event: string;
event_ts: number;
payload: {
account_id: string;
object: {
call_id: string;
callee: { phone_number?: string };
caller: {
display_name?: string;
extension_number?: string;
extension_type: string;
id: string;
phone_number?: string;
site_id?: string;
site_name?: string;
timezone?: string;
};
deliver_to: string;
emergency_address?: {
address_line1?: string;
address_line2?: string;
city?: string;
country?: string;
state_code?: string;
zip?: string;
};
location: { bssid?: string[]; gps?: string[]; ip?: string[] };
ringing_start_time: string;
router: string;
};
};
}

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page