Jan Lelis
Jan Lelis
Front-end issue is here: https://github.com/palavatv/palava-web/issues/20
I agree, this is an urgently needed feature. Related front-end issue: https://github.com/palavatv/palava-web/issues/9 This API also looks promising: - https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/enabled - Examples: https://stackoverflow.com/questions/34469618/how-to-add-audio-video-mute-unmute-buttons-in-webrtc-video-chat Also, we need to decide if this should...
> Muting tracks using `enabled`, as described in the links, is implemented in palava-client. It is available as `toggleMute()` on `LocalPeer` as mentioned above. Awesome, didn't notice this was possible...
Sounds good to me :+1:
Closing; should probably be fixed directly in the terminal emulators
Although I am not sure if this in the scope or responsibility of this gem, it would be great if there is an easy-to-use way to do clipboard-tests in your...
Thank you! I'll review later this month
Hey there! Thanks for creating this wayland clipboard wrapper! Before merging, I have a few questions to clarify things: - `wl-copy` / `wl-paste` seem to be optional utilities (like xclip/xsel)...
Now included with v1.4.0, thanks! Btw, it's now configured to only choose the Wayland implementation if `wl-copy` is available, so that `xsel` / `xcopy` can serve as fallbacks, since they...
That looks like an awesome piece of software! Would be great to support this [as an optional provider](https://github.com/janlelis/clipboard/tree/main/lib/clipboard). However, I am not going to bundle the binary, since the library...