- From: Lennart Grahl via GitHub <sysbot+gh@w3.org>
- Date: Sat, 28 Oct 2017 16:55:21 +0000
- To: public-webrtc-logs@w3.org
Correction, the algorithm would have to be: ```python if can_send_mms == 0 or remote_mms == 0: mms = max(can_send_mms, remote_mms) else: mms = min(can_send_mms, remote_mms) ``` -- GitHub Notification of comment by lgrahl Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1446#issuecomment-340204737 using your GitHub account
Received on Saturday, 28 October 2017 16:55:26 UTC