# ScreenMeetUIProtocol

Implement ScreenMeetUI protocol to implement all user interactions in style of your application UI

- `showSessionCodeDialog(completion:)`
  
  Display a dialog requesting a session code from the user.

#### Declaration
- `showAppMirrorPermissionDialog(completion:)`
  
  Display a dialog requesting their approval for screen sharing.

#### Declaration
- `showDisconnectSessionDialog(completion:)`
  
  Display a dialog requesting their approval for disconnect session.

#### Declaration
- `showLaserPointerPermissionDialog(completion:)`
  
  Display a dialog requesting their approval for laser pointer.

#### Declaration
- `dismissLaserPointerPermissionDialog()`
  
  Display a dialog requesting approval to stop laser pointer.

#### Declaration
