Type alias OnEngagementMediaRedirectEvent
OnEngagementMediaRedirectEvent: { MediaRedirectStatus: { accountId: string; engagementId: string; userId: string; action: "start" | "stop"; status: "success" | "fail"; failureReason?: string }; timestamp: number }
Type declaration
-
MediaRedirectStatus: { accountId: string; engagementId: string; userId: string; action: "start" | "stop"; status: "success" | "fail"; failureReason?: string }
-
accountId: string
-
engagementId: string
-
userId: string
-
action: "start" | "stop"
-
status: "success" | "fail"
-
Optional
failureReason?: string
-
timestamp: number
The account ID of the user