- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Sun, 12 Feb 2017 03:16:34 +0000
- To: public-webrtc-logs@w3.org
@taylor-b I have some more basic questions: a. What is returned by sender.getParameters().codecs[].sdpFmtpLine? Is this supposed to represent settings relating to the sender, or capabilities of the sender as reflected in the Offer or Answer? For example, if the remote peer offers profile-level-id=42c02a (indicating the maximum it can receive), does the sender's sdpFmtpLine include profile-level-id=42c02a, reflecting what was offered by the remote peer (since that constrains the sender)? Or is it not present at all since profile-level-id represents a receiver capability and we called sender.getParameters()? b. Same question for receiver.getParameters().codecs[].sdpFmtpLine c. Can sdpFmtpLine be modified by sender.setParameters()? If sdpFmtpLine represents what is in the Offer or Answer, the answer should probably be "no". But if it represents a sender setting, then maybe it can be set? -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1022#issuecomment-279193641 using your GitHub account
Received on Sunday, 12 February 2017 03:16:41 UTC