You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix-up signalling code
* Make `SignallingChannel` trait partially async
* Use `tokio-tungstenite` once again
* Add peer ID to `sig-ack` message as it is now required
* Remove some `todo!()` and fix `mediasoupclient-sys` code.
* Invoke on_open when WS is connected
* Make native callbacks settable at any point
* Undo sig-ack changes
* Use message-passing architecture to untangle asynchronous mutating callbacks
* Closer to equivalence between WASM and Native
* Dirty fixing of the event emission for JS
* Implement Transport::consume
* Fill up some more native stubs
* WebRTC MediaStream bindings
* Minor fixes
- Temporarily disable event emission on native platforms
- Fix native "on connect" transport callbacks
* Convert Linux demo to a GTK+ app to not have a silly infinite loop (and maybe present the cameras later!)
* Align Native and WASM daily-core implementations further
- Make WebSocket callbacks registerable in the same order on
all targets (e.g. enable registering the callbacks for browser
WebSockets before we attempt to open them)
- Flesh out more native implementation details in WebRTC
* Small tweaks
* Update fake_tracks feature
* Re-enable participant event emission (still requires action on them)
* Prototype C event API
* Refactor for code organization
* Fix android build
* Nuke fake tracks from orbit
* Slight cleanup
* Partial success at cleaning up the code
* Cleanup
* Fix clippy warning
* Unify stub enumerate_devices
* Clippy fix
* Fix initial review comments
* Clearer names in native WebSocket signaling
Current built system offers insufficient target architectures.
Just enhance it.
The text was updated successfully, but these errors were encountered: