Cal McLean

Results 11 comments of Cal McLean

Why not create an API endpoint on your server that returns a valid PeerJS config object, with or without the TURN credentials, as requested? Something like: ```js // Assuming an...

Something I've been looking at for a solution I've created for my company. You can set sender's video resolution using the [media constraints](https://developer.mozilla.org/en-US/docs/Web/API/Media_Streams_API/Constraints) API. Whether or not you can do...

Do you call the `call.answer()` method when you receive the incoming call?

Did anyone get anywhere with this? I'm using 0.10.0 stable from Nuget, and experiencing the same issue with a `DataTriggerBehavior` with an `InvokeCommandAction`. Interestingly, for a `DataTriggerBehavior` element containing a...

I must admit, a vertical split would be handy indeed, what with widescreen monitors :)

Interesting thought! I can see the benefits of a pre-roll/post-roll feature for the reasons you described. One thing that might need tackling is how one describes the recording system that...

Interesting. Can you re-run with the `--debug` flag?

I like the idea of a full UI, but in keeping with the single-responsibility idea (see #11) and to reduce bloat in the software, this will probably be manifested in...

Absolutely! That was half-what I was planning. There was always going to need to be a structured control-set for in order for inter-process communication, but I hadn't really thought beyond...

Indeed, any form of GUI beyond the simple `ncurses` UI is going to require Chronicle to have a form of control API so as to be able to get and...