• 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
名称
最后提交
最后更新
..
demo 正在载入提交数据...
js 正在载入提交数据...
verto_communicator 正在载入提交数据...
video_demo 正在载入提交数据...
video_demo-live_canvas 正在载入提交数据...
README 正在载入提交数据...