open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
195 stars 96 forks source link

Sending offer from the endpoint which needs negotiation. #98

Closed jianjunz closed 5 years ago

jianjunz commented 5 years ago

The offer side and answer side used to be fixed during a session. It's a problem as we changed to unified plan because there might be more than one M section in SDP, but the answer side cannot add more m sections when it is needed.

See also: https://github.com/open-webrtc-toolkit/owt-client-javascript/pull/116