Results 6 comments of Daniel Zduniak

Would it be possible for ndk-glue to not have strict dependency on any type of Activity? Just have it generate appropriate entry points, mechanism to pass surface to Rust for...

[Mozilla's Rust-Android-Gradle](https://github.com/mozilla/rust-android-gradle) seems to be only concerned about building Rust code. It does not seem to do anything about the "interoperability (...) with the Android framework" part. Focusing only on...

>There are a multitude of ways to do this. A separate pure-Rust Activity (with a Java activity acting as the launcher)? Or a Java Activity calling into Rust for various...

I've managed to achieve a connection using "perfect negotiation" scheme using my implementation: https://github.com/zduny/webrtc/commit/5ceff6ad826c37bd751ba9dc7104fbbc0e5fad33#diff-7df0115dc6a55f713e6ad5ede4c7808165f5f0f12e2447091ca989dbbf11dbeb But TBH have no idea if it is fully compliant with the specs...

Hi, we've developed a documentation comments solution in our [fork](https://github.com/eigerco/uniffi-rs), see [example](https://github.com/eigerco/uniffi-rs/tree/main/examples/documentation). But we've took alternative approach - doc comments are extracted from accompanying Rust code instead of `.udl` file...

I have something: https://github.com/zduny/webrtc/commit/8a9138cfd1ddf5c1b32a9579f0033cb4768fa4d5 References: https://github.com/pion/webrtc/blob/master/datachannel.go https://stackoverflow.com/questions/54292824/webrtc-channel-reliability But it would be nice to add a test checking if unreliable channel is created. @echeese - what was your method of checking...