open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
394 stars 182 forks source link

Get mid from Transceiver instead of hardcode it for peerconnection #459

Open taste1981 opened 3 years ago

taste1981 commented 3 years ago

Current client SDK when working in protocol v1.2 mode, will use hardcoded mid for audio/video tracks instead of reading it from RTCRtpTransceiver after set local description. Client SDK needs to modify its publishing/subscribing flow to adapt to this signaling protocol change.