OnZoomRoomEventResponse: { type: string; event: string; timestamp: number }

Type declaration

  • type: string

    The event type (e.g., "meeting", "phone", etc.), referring to the "type" column in the NRC rules.

  • event: string

    The event (e.g., "operation_time_started", "operation_time_ended"), referring to the "string" column in the NRC rules.

  • timestamp: number

Generated using TypeDoc