ScreenMeetUIProtocol
public protocol ScreenMeetUIProtocol
Implement ScreenMeetUI protocol to implement all user interactions in style of your application UI
-
Display a dialog requesting a session code from the user.
Declaration
Swift
func showSessionCodeDialog(completion: @escaping (String) -> Void)
-
Display a dialog requesting their approval for screen sharing.
Declaration
Swift
func showAppMirrorPermissionDialog(completion: @escaping (Bool) -> Void)
-
Display a dialog requesting their approval for disconnect session.
Declaration
Swift
func showDisconnectSessionDialog(completion: @escaping (Bool) -> Void)
-
Display a dialog requesting their approval for laser pointer.
Declaration
Swift
func showLaserPointerPermissionDialog(completion: @escaping (Bool) -> Void)
-
Display a dialog requesting approval to stop laser pointer.
Declaration
Swift
func dismissLaserPointerPermissionDialog()