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

PhoneRecordingStoppedEvent | @zoom/rivet

Type Alias PhoneRecordingStoppedEvent

PhoneRecordingStoppedEvent: Event<"phone.recording_stopped"> & {
event: string;
event_ts: number;
payload: {
account_id: string;
object: {
call_id: string;
callee_number: string;
caller_number: string;
channel_id: string;
date_time: string;
direction: string;
id: string;
owner: {
extension_number?: number;
id: string;
name: string;
type: string;
};
recording_type: string;
sip_id: string;
user_id: string;
};
};
}

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page