[Bug 20816] "Hold" unspecified

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20816

--- Comment #3 from IƱaki Baz Castillo <ibc@aliax.net> ---
By Randell Jesus in public-webrtc maillist:

--------------------
Let's avoid the term "hold". We need:

1) Mute (on a track level)
(optionally) Mute on a stream level (Mute all tracks)
(where "Mute" means replace with silence/black)

2) Replace track with other media (muzak, slate, etc)

3) change directionality of a stream
     sendonly, sendrecv, recvonly, inactive

4) notification of directionality changes

>From those, an application can compose whatever they want.
-------------------

IMHO notifications in 4) could be replaced with JS attributes in mediaStream
instances (this is: instead of firing events let the developer inspect those
mediaStream attributes when a new SDP is received and passed to the local
PeerConnection.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Friday, 19 April 2013 15:59:28 UTC