mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-06-24 20:18:26 +02:00
* Namespaced Jitsi meet API
This commit is contained in:
parent
b158666517
commit
83d39de9a2
3
packages/jitsimeet/namespaced/Api.JitsiMeet.pas
Normal file
3
packages/jitsimeet/namespaced/Api.JitsiMeet.pas
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{$DEFINE FPC_DOTTEDUNITS}
|
||||||
|
unit Api.JitsiMeet;
|
||||||
|
{$include ../src/libjitsimeet.pp}
|
@ -13,16 +13,22 @@
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
|
unit libjitsimeet;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$modeswitch externalclass}
|
{$modeswitch externalclass}
|
||||||
|
|
||||||
unit libjitsimeet;
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
{$IFDEF FPC_DOTTEDUNITS}
|
||||||
|
JSApi.JS, BrowserApi.Web, System.Types;
|
||||||
|
{$ELSE}
|
||||||
JS, web, types;
|
JS, web, types;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
Const
|
Const
|
||||||
// Event names
|
// Event names
|
Loading…
Reference in New Issue
Block a user