Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-19 | Simplify workqueue calls. Fix issue with webrtc blocking on destruction. | Roxie Linden | |
2024-03-14 | Refactor device selection logic | Roxie Linden | |
This refactor fixed a few bugs. There is an annoying 'click' when changing devices, however. This will be addressed in the future. | |||
2024-03-10 | Remove trailing spaces. Other code cleanup. | Roxie Linden | |
2024-03-09 | code beautification/comments | Roxie Linden | |
2024-03-05 | The response from the provision account call was being called twice for some ↵ | Roxie Linden | |
reason | |||
2024-02-08 | Handle 'device changed' callback | Roxie Linden | |
2024-02-08 | Better renegotiation support for parcel voice | Roxie Linden | |
Better handle starting up and shutting down WebRTC connections simultaneously. | |||
2024-02-08 | Using the device module to set speaker/mic volume set the system mic/volume | Roxie Linden | |
for all applications. Instead, modify the volume on the various streams. | |||
2024-02-08 | Refactor/clean-up WebRTC voice to handle multiple voice streams | Roxie Linden | |
This is useful for cross-region voice, quick voice switching, etc. | |||
2024-02-08 | SL-20543 - voice over region boundaries. | Roxie Linden | |
This commit includes code to allow the llwebrtc.dll/dylib to allow multiple connections at once. | |||
2024-02-08 | Improve reconnection logic and allow device setting when connected or not ↵ | Roxie Linden | |
connected | |||
2024-02-08 | Fix shutdown crash issue. | Roxie Linden | |
2024-02-08 | send a message to the server when we're ready for data channel data | Roxie Linden | |
2024-02-08 | Stream audio levels to and from viewers via DataChannels | Roxie Linden | |
2024-02-08 | add datachannel support | Roxie Linden | |
2024-02-08 | Hook up speaker volume. | Roxie Linden | |
2024-02-08 | do some thread safety to prevent webrtc threads from conflicting with viewer ↵ | Roxie Linden | |
threads. | |||
2024-02-08 | coding policy fixes | Roxie Linden | |
2024-02-08 | Checkpoint WebRTC Voice | Roxie Linden | |