react-native-webrtc / react-native-webrtc

The WebRTC module for React Native
https://react-native-webrtc.discourse.group
MIT License
4.59k stars 1.23k forks source link

Missing peerConnection.sctp #1448

Open ibc opened 11 months ago

ibc commented 11 months ago

[RTCSctpTransport](https://www.w3.org/TR/webrtc/#dom-rtcsctptransport) implementation is missing. It should be a readonly sctp member in RTCPeerConnection:

Any plan to implement it? It's implemented in modern Chrome.

8BallBomBom commented 11 months ago

Shouldn't be too much to implement 🤔 But as always we're open to contributions.

ibc commented 11 months ago

I know I know. I just wanted to document a missing API. I may try to implement it if I get some proper time next weeks.

saghul commented 11 months ago

Alas there is no Java / ObjC wrapper available so we'd need to wrap that first upstream :-(

ibc commented 11 months ago

Oh hell...

8BallBomBom commented 11 months ago

Alas there is no Java / ObjC wrapper available so we'd need to wrap that first upstream :-(

Funny you said that haha, spoke too soon, was just looking 🤦🏻‍♂️ Another one for the future/upstream 👍🏻