|
|
| Line 251: |
Line 251: |
| == Open Questions == | | == Open Questions == |
|
| |
|
| * What's the purpose of the onopen callback on Peer Connection? [EKR: This is an open issue in the specification.]
| |
| * What's proper vs. inproper syntax for an ice candidate string? [Basically, the candidate production in RFC 5245. We also accept it with "a=" in front and "\r\n" in back]
| |
| * In the configuration parameter when creating a Peer Connection:
| |
| ** Can I see an example of usage and a description of what it's doing? [EKR: Check out apprtc.appspot.com for an example.]
| |
| ** What's the difference between specifying a single vs. multiple ice servers? [EKR: allegedly we will try them all.]
| |
| ** If no configuration is specified, what happens in this case? [EKR: I believe we currently try the built-in moz server.]
| |
| * On the Peer Connection object, we currently do not expose or update the following items that are indicated in the spec. What's needed for v1 vs. can be taken care of later? What bugs are tracking the work?
| |
| ** signalingState
| |
| ** updateIce
| |
| ** getLocalStreams
| |
| ** getRemoteStreams
| |
| ** getStreamById
| |
| ** onnegotiationneeded
| |
| ** Others?
| |
| * What's the proper way of testing a simple end to end flow using MediaConstraints on createOffer, createAnswer, and addStream? | | * What's the proper way of testing a simple end to end flow using MediaConstraints on createOffer, createAnswer, and addStream? |
| * What's proper vs. improper syntax for a sdp string? [EKR: This is all defined in the SDP spec....]
| |
| * For infrastructure requirements, what networks and servers should be worth considering for remote Peer Connection testing? [EKR: Can you explain more?] | | * For infrastructure requirements, what networks and servers should be worth considering for remote Peer Connection testing? [EKR: Can you explain more?] |
|
| |
|