• Chad Phillips's avatar
    Fix FS-11874 · 8fdc4433
    Chad Phillips 提交于
    Verto JS libs allow passing an attachStreams array of MediaStream objects, which are then supposed to be added to the peer connection in the order they are supplied in the array.
    
    However, there is a faulty logic check prior to actually adding the streams, where 'options.attachStream' is checked for length instead of 'options.attachStreams'.
    8fdc4433
jquery.FSRTC.js 34.4 KB