I want to use jitsi in a local environment. Both clients can see each other and things like the chat works. But sending something over the sendEndpointAPI does no work, if the clients don’t have access to the internet. The problem persists, if both clients are on the same machine.
I use the docker version.
This is the errors I get:
2022-06-01T14:18:05.686Z [features/base/tracks] <p/</<>: Failed to create local tracks
Array [ "audio", "video" ]
DOMException: The object can not be found here. [Logger.js:154:22](webpack:///node_modules/jitsi-meet-logger/lib/Logger.js)
2022-06-01T14:18:05.797Z [features/base/tracks] <p/</<>: Failed to create local tracks
Array [ "audio" ]
DOMException: The request is not allowed by the user agent or the platform in the current context. [Logger.js:154:22](webpack:///node_modules/jitsi-meet-logger/lib/Logger.js)
2022-06-01T14:18:05.810Z [features/base/tracks] <p/</<>: Failed to create local tracks
Array [ "video" ]
DOMException: The object can not be found here. [Logger.js:154:22](webpack:///node_modules/jitsi-meet-logger/lib/Logger.js)
2022-06-01T14:18:13.142Z [JitsiMeetJS.js] <getGlobalOnErrorHandler>: UnhandledError: The fetching process for the media resource was aborted by the user agent at the user's request. Script: null Line: null Column: null StackTrace: <empty string> [Logger.js:154:22](webpack://JitsiMeetJS/jitsi-meet-logger/lib/Logger.js)
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request.
2022-06-01T14:18:22.020Z [JitsiMeetJS.js] <getGlobalOnErrorHandler>: UnhandledError: The fetching process for the media resource was aborted by the user agent at the user's request. Script: null Line: null Column: null StackTrace: <empty string> [Logger.js:154:22](webpack://JitsiMeetJS/jitsi-meet-logger/lib/Logger.js)
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request.
2022-06-01T14:18:22.630Z [JitsiMeetJS.js] <getGlobalOnErrorHandler>: UnhandledError: Can't create RTCPeerConnections when the network is down Script: null Line: null Column: null StackTrace: A@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:17:54479 createPeerConnection@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:107177 doInitialize@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:225969 initialize@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:17:12345 ce.prototype._acceptJvbIncomingCall@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:10:61797 ce.prototype.onIncomingCall@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:10:61298 a.prototype.emit@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:126837 onJingle@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:10:214098 run@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:26830 n/_dataRecv/<@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:35268 forEachChild@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:18492 _dataRecv@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:35117 _onMessage@https://localhost:8443/libs/lib-jitsi-meet.min.js?v=139:1:64355 [Logger.js:154:22](webpack://JitsiMeetJS/jitsi-meet-logger/lib/Logger.js)
2022-06-01T14:18:22.631Z [JitsiConference.js] <ce.prototype._acceptJvbIncomingCall>: DOMException: Can't create RTCPeerConnections when the network is down
Like the error states, it fails to create a RTCPeerConnection.