Re: [webrtc-pc] when voiceActivityDetection is false, browser must send media even if it is silent

@fluffy @stefhak   Currently the explanation for dtx says: 

"For an RTCRtpSender, indicates whether discontinuous transmission will be used. Setting it to disabled causes discontinuous transmission to be turned off. Setting it to enabled causes discontinuous transmission to be turned on if it was negotiated (either via a codec-specific parameter or via negotiation of the CN codec). This attribute is ignored by a video sender."

Perhaps we should add this: 

"If it was not negotiated (such as when setting voiceActivityDetection to "false" in RTCOfferOptions), then discontinuous operation will be turned off regardless of the value of dtx,  and media will sent even when silence is detected." 

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1308#issuecomment-309641467 using your GitHub account

Received on Tuesday, 20 June 2017 04:27:34 UTC