owt-client-javascript
owt-client-javascript copied to clipboard
expose channels (PC), allowing KITE test
We have a proposal to expose RTCRtpTransceiver
s, and OWT SDK will take care of the relationship between OWT objects and WebRTC objects. But exposing PeerConnection
could cause unexpected calls PeerConnection
s, and break the relationship by accident. We still need to better design this API, or expose it for testing only, perhaps behind a flag.
@taste1981 is investigating KITE integration as well. He may have comments on this.