flutter_janus_client icon indicating copy to clipboard operation
flutter_janus_client copied to clipboard

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 va...

Results 12 flutter_janus_client issues
Sort by recently updated
recently updated
newest added

Added destroyRoom method which can be used to destroy an existing audio room, whether created dynamically or statically as per the docs : [https://janus.conf.meetecho.com/docs/audiobridge.html](https://janus.conf.meetecho.com/docs/audiobridge.html)

How can implement a deafen feature like in discord? i.e. Discord gives you the option to either mute or deafen yourself. Muting yourself will prevent others in the voice channel...

You don’t hear the other person speaking at all in a video call. I tested video calls from iOS phone to Android phone and vice versa but don’t hear the...

Hi! I need reconnect to all text rooms after lost connection or after connection was refused. Please. help. How i can do it?

![issue](https://user-images.githubusercontent.com/73883259/177265332-98d8487d-1288-4071-a44b-97fc9898e93c.jpg) I'm trying to start a call, but it doesn't go any further. Here are the logs

Hi, I am trying to configure a dataChannel in the VideoRoomPlugin but when I send a message I get nothing in the data stream.

This issue happened recently. Previously the code was working fine even on IOS but now it only works on android. The error message I get is: Not found video track...

When running the janus_client example in the ubuntu 23.04 operating system, we get errors when completing the call. Library version 2.3.2 List of errors: - Error during execution of the...

I want to use the same plugin handle to watch different streams. But when I **stopStream()**, then **watchStream(mtpointId)**, and **startStream()**, the stream does not play. I observed that when I...