Options
All
  • Public
  • Public/Protected
  • All
Menu

The MeetingContextController class is a helper class for managing pre-meeting and post-meeting data, the application can use it to load and update the personal meeting settings and retrieve the recordings.

Hierarchy

  • MeetingContextController

Index

Constructors

Methods

  • Loads the present personal meeting settings.

    Returns Promise<IPersonalMeetingSettings>

    The personal meeting settings or fails otherwise

  • Schedules a meeting with customized meeting settings. A successful call of scheduleMeeting triggers the onMeetingSchedule callback.

    Parameters

    Returns Promise<IMeetingInfo>

    0 means the action succeeds or fails otherwise

  • Updates the personal meeting settings. Note: The new settings will take effect in the next meeting.

    Parameters

    Returns Promise<ErrorCodeType>

    0 means the action succeeds or fails otherwise