• Chad Phillips's avatar
    FS-11281: Verto.newCall dialog callback overrides should be set before invite · 5f96f669
    Chad Phillips 提交于
    Verto.newCall() permits passing custom callback functions per call that
    override the default dialog callbacks inherited from the Verto object.
    However, they are currently set after calling the invite() function, and it's
    possible that some of these callbacks could be called during the invite()
    function's execution.
    
    To avoid a race condition, move setting these custom callbacks on the dialog
    to happen before calling invite().
    5f96f669
名称
最后提交
最后更新
..
demo 正在载入提交数据...
js 正在载入提交数据...
verto_communicator 正在载入提交数据...
video_demo 正在载入提交数据...
video_demo-live_canvas 正在载入提交数据...
README 正在载入提交数据...