Type Alias: AppScreenShareData
AppScreenShareData:
object
Defined in: packages/react-native-client/src/hooks/useAppScreenShare.ts:17
Type declaration
isAppScreenShareOn
isAppScreenShareOn:
boolean
simulcastConfig
simulcastConfig:
SimulcastConfig
toggleAppScreenShare()
toggleAppScreenShare: (
screenShareOptions
?) =>Promise
<void
>
Parameters
Parameter | Type |
---|---|
screenShareOptions ? | Partial <ScreenShareOptions > |
Returns
Promise
<void
>