My JWT app logs meeting data via the Meeting Created, Meeting Updated, and Meeting Deleted webhooks. Here’s an example of a recent log entry:
[14-Oct-2020 10:24:51 America/New_York] {"event":"meeting.created","payload":{"account_id":"XXXXXX","operator":"rooms_XXXXXX@XXXXXX.com","operator_id":"XXXXXX","object":{"uuid":"XXXXXX==","id":XXXXXX,"host_id":"XXXXXX","topic":"Share Now","type":2,"start_time":"2020-10-14T15:00:00Z","duration":30,"timezone":"GMT+8:00"}}}
What does it mean when operator begins with “rooms_” and why is the topic “Share Now?”