UNPKG
nertc-sdk
Version:
latest (4.1.304-rc-940)
4.1.304-rc-940
4.1.304-rc-939
4.1.302-rc-938
4.1.302-rc-937
4.1.302-rc-936
4.1.302-rc-935
4.1.302-rc-934
4.1.302-rc-933
4.1.301-rc-932
4.1.301-rc-931
4.1.301-rc-930
3.9.301-rc-904
3.9.0-rc-903
3.9.0-rc-902
3.9.0-rc-901
3.9.0-rc-9
3.9.0-rc-8
3.9.0-rc-7
3.9.0-rc-6
3.9.0-rc-5
3.9.0-rc-4
3.9.0-rc-3
3.9.0-rc-22
3.9.0-rc-21
3.9.0-rc-20
3.9.0-rc-2
3.9.0-rc-19
3.9.0-rc-18
3.9.0-rc-17
3.9.0-rc-16
3.9.0-rc-15
3.9.0-rc-14
3.9.0-rc-13
3.9.0-rc-12
3.9.0-rc-11
3.9.0-rc-10
3.9.0-rc-1
3.9.0-rc
nertc-electron-sdk
github.com/surebeli/node-nertc-sdk
surebeli/node-nertc-sdk
nertc-sdk
/
types
/
utils
/
index.d.ts
10 lines
(9 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
const
deprecate
:
(
replaceApi
?:
string
) =>
void
;
declare
class
Config
{
glDebug
:
boolean
;
constructor
(
);
setGlDebug
(
enable
:
boolean
):
void
;
getGlDebug
():
boolean
; }
declare
const
config
:
Config
;
export
{ config,
Config
, deprecate };