ODBC guide

Read webinar settings


Reads the specific settings and preferences for a webinar. This includes options for email notifications, recording, and practice sessions.

Use the WebinarSettings table with a valid WebinarId to access these configuration details.

SELECT * FROM WebinarSettings
WITH(
  WebinarId='85463711883'
)