UNPKG
sinch-rtc
Version:
latest (2.44.4)
2.44.4
1.4.12
1.4.11
1.4.8
1.4.7
1.4.6
1.4.5
1.4.2
1.4.1
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.0.11
1.0.10
1.0.9
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
RTC JavaScript/Web SDK
sinch-rtc
/
npm
/
src
/
mxp
/
models
/
Method.d.ts
14 lines
(13 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
enum
Method
{
Undefined
=
0
,
Invite
=
1
,
Ack
=
2
,
Join
=
3
,
Joined
=
4
,
Leave
=
5
,
Deny
=
6
,
Cancel
=
7
,
Update
=
8
,
// This is not in use in current signalling scheme
Error
=
9
,
PeerEvent
=
10
}