Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.PreMeetingService Interface Reference

ZOOM pre-meeting service. More...

Public Member Functions

IDirectShareServiceHelper getDirectShareService ()
 Gets the direct share service helper.
MyNotesController getMyNotesController ()
 Gets the MyNotes controller.

Detailed Description

ZOOM pre-meeting service.

Definition at line 6 of file PreMeetingService.java.

Member Function Documentation

◆ getDirectShareService()

IDirectShareServiceHelper us.zoom.sdk.PreMeetingService.getDirectShareService ( )

Gets the direct share service helper.

Returns
If the function succeeds, it returns the direct share service helper. Otherwise, this function fails and returns null.

◆ getMyNotesController()

MyNotesController us.zoom.sdk.PreMeetingService.getMyNotesController ( )

Gets the MyNotes controller.

Returns
If the function succeeds, it returns the MyNotes controller. Otherwise, this function fails and returns null.