• Chad Phillips's avatar
    Fix FS-11873: addStream() adds audio/video tracks in random order · f1bc56d6
    Chad Phillips 提交于
    addStream() is a deprecated WebRTC API method, and only works via shimming on some platforms. Internally, it is inconsistent in building an offer SDP in the order which FreeSWITCH expects it, which is audio m-lines first.
    
    This can result in intermittent m-line ordering errors on the client.
    
    Instead addTrack() can be used to force the media tracks to be added to the peer in the order FreeSWITCH expects.
    f1bc56d6
名称
最后提交
最后更新
..
vendor 正在载入提交数据...
jquery.FSRTC.js 正在载入提交数据...
jquery.jsonrpcclient.js 正在载入提交数据...
jquery.verto.js 正在载入提交数据...