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

PhoneCallerMeetingInvitingEvent | @zoom/rivet

Type Alias PhoneCallerMeetingInvitingEvent

PhoneCallerMeetingInvitingEvent: Event<"phone.caller_meeting_inviting"> & {
event: string;
event_ts: number;
payload: {
account_id: string;
object: {
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;
};
date_time: string;
meeting_id?: string;
};
};
}

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page