DescriptionFix WebRTC transport to use single offer-answer exchange instead of two.
Previously when using WebRTC protocol 2 offer-answer roundtrips were
necessary. First one without media stream, and second one with media
stream. That was happening because VideoStream was created only after
data channels are connected. Now VideoStream is created as soon as the
connection is authenticated.
BUG=547158
Committed: https://crrev.com/9102cff28634777eecc5554be98d33307c206bb8
Cr-Commit-Position: refs/heads/master@{#385830}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : #
Total comments: 4
Patch Set 3 : #Patch Set 4 : #
Messages
Total messages: 24 (10 generated)
|