UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
esm
/
lib
/
domain
/
SFUNotAvailableError.js
7 lines
(6 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
class
SFUNotAvailableError
extends
Error
{
constructor
(
message =
'Sorry your user is not configured to support video conference'
) {
super
(message);
this
.
name
=
'SFUNotAvailableError'
; } }