1. 06 7月, 2017 1 次提交
    • Chad Phillips's avatar
      FS-9683: Pass call recovery status to Verto · 34e491ff
      Chad Phillips 提交于
      Previously, users implementing a Verto workflow where both user login and
      placing a new call are automated (eg., visiting a URL, and the videoconference
      loads automatically) faced the challenge of not having a reliable way to know
      that a page load will result in Verto's call recovery mechanism reconnecting
      an existing detached call or not.
      
      This adds a verto.clientReady JSON-RPC message, emitted after all calls are
      re-attached, which contains a 'reattached_sessions' array, containing the
      sess_id of any reattached session.
      
      Client side, this can be caught in the onMessage handler, under the
      $.verto.enum.message.clientReady key.
      34e491ff
  2. 03 7月, 2017 6 次提交
  3. 30 6月, 2017 15 次提交
  4. 29 6月, 2017 9 次提交
  5. 28 6月, 2017 6 次提交
  6. 27 6月, 2017 3 次提交