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

PhoneCallerEndedEvent | @zoom/rivet

Type Alias PhoneCallerEndedEvent

PhoneCallerEndedEvent: Event<"phone.caller_ended"> & {
event: string;
event_ts: number;
payload: {
account_id: string;
object: {
answer_start_time?: string;
call_end_time: string;
call_id: string;
callee: {
connection_type?: string;
extension_id?: string;
extension_number?: number;
extension_type?: string;
phone_number?: string;
timezone?: string;
user_id?: string;
};
caller: {
connection_type?: string;
device_id?: string;
extension_id?: string;
extension_number?: number;
extension_type?: string;
phone_number: string;
timezone?: string;
user_id?: string;
};
handup_result?: string;
ringing_start_time: string;
};
};
}

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page