1.0.13 • Published 7 months ago

capacitor-plugin-resgrid v1.0.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

capacitor-plugin-resgrid

Capacitor plugin for using parts of the Resgrid system

Install

npm install capacitor-plugin-resgrid
npx cap sync

API

start(...)

start(options: ResgridPluginStartOptions) => Promise<void>
ParamType
optionsResgridPluginStartOptions

stop()

stop() => Promise<void>

showModal()

showModal() => Promise<void>

checkPermissions()

checkPermissions() => Promise<PermissionStatus>

Returns: Promise<any>


requestPermissions()

requestPermissions() => Promise<PermissionStatus>

Returns: Promise<any>


Interfaces

ResgridPluginStartOptions

PropTypeDescription
tokenstring
urlstring
typenumberType of headset to use. 0 = Audio Only, 1 = Video
titlestring
defaultMicstring
defaultSpeakerstring
apiUrlstring
canConnectToVoiceApiTokenstring
roomsResgridPluginRooms[]

ResgridPluginRooms

PropType
namestring
idstring
tokenstring
1.0.13

7 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago