A plugin that allows the flutter app to communicate with a Janus server using different transport mechanisms, such as WebSocket and HTTP(rest). It features a developer-friendly api to interact with various WebRTC Janus Plugins. Hence, it can be considered as a swiss-knife for WebRTC solutions.
'janus_ws': 'wss://xxx:8189/ws', connect fail. the server is ok
'janus_ws': 'ws://xxx:8188/ws', this is ok
ws = WebSocketJanusTransport(url: servermap['janus_ws']);
not support wss?