3import android.app.Activity;
Enumeration of common SDK errors.
Interface of MyNotes controller APIs.
boolean isMyNotesEnabled()
Determines whether the MyNotes feature is available. Checks that the user is signed in,...
MobileRTCSDKError addListener(MyNotesListener listener)
Adds the callback event handler for MyNotes.
MobileRTCSDKError showMyNotesView(Activity activity)
Shows the MyNotes view. Launches the MyNotes user interface where the user can interact with the note...
boolean canStartMyNotes()
Determines whether a MyNotes session can start right now. Checks runtime conditions: transcription is...
Interface of MyNotes event callbacks.