Re: UI Problem - media types of incoming connection

On Fri, Jun 1, 2012 at 9:21 AM, Cullen Jennings <fluffy@cisco.com> wrote:
>
> Say that Alice has sent an Offer to Bob. This offer perhaps has an audio / video / and data stream. The JS running on Bob's browser would like to know if this offer includes video and/or audio so that it can render an appropriate UI. Bob might want to know if the ALice is offering video or not before Bob decides to provide a video stream or not back to Alice.
>
> One option is to have the JS look at the SDP. I think we all agree this sounds pretty gross. I'd like to propose that we add something to the API that can take an offer and return the number of tracks of audio, video, and data in the offer. I'm thinking something roughly like a getCharacteristics method that takes a SessionDescription and returns a dictionary with keys "numberAudioStreams", "numberVideoStreams", "numberDataStreams"

Would this be conditioned on the local properties?

I.e., say Alice offers video with VP30 only but Bob only supports VP29.
What would this show?

-Ekr

> Thoughts? Sound reasonable to add something like this?
>
>
>
>

Received on Friday, 1 June 2012 16:28:05 UTC