@akkadu/rtc-errors
v4.1.2
Published
The goal of this module is to catch errors from RTC modules and provide one place to react to them.
Downloads
50
Readme
Description
The goal of this module is to catch errors from RTC modules and provide one place to react to them.
Cases handled
- RTC related errors, such as RTCPeerConnection not supported, are caught. As a response we set localStorage to force the use of AgoraRTS. These types of errors happen mostly when WebRTC is not supported and we use AgoraRTS because it is WS based.
