1. 16 7月, 2015 11 次提交
  2. 15 7月, 2015 7 次提交
  3. 14 7月, 2015 8 次提交
  4. 13 7月, 2015 8 次提交
    • Dragos Oancea's avatar
      65135c5f
    • Michael Jerris's avatar
      FS-7769: fix build issue · d18c964b
      Michael Jerris 提交于
      d18c964b
    • Dragos Oancea's avatar
      FS-7830: mod_opus: added use-dtx param in config file (enables DTX on the… · dc6d7c32
      Dragos Oancea 提交于
      FS-7830: mod_opus: added use-dtx param in config file (enables DTX on the encoder, announces in fmtp)
      dc6d7c32
    • Anthony Minessale's avatar
      FS-7769: [mod_conference] Add new multi-canvas and telepresence features · f726cb9a
      Anthony Minessale 提交于
      mod_conference new features:
      add conference layout "1x1+2x1" and add to layout group grid
      add conference flag video-bridge-first-two conference flag
      add conference flag video-required-for-canvas to only use avatars for members with video
      add conference flag video-muxing-personal-canvas
      add conf_verto_ prefix for variables to pass on live array subscription notice
      add api command conference foo vid-canvas <member_id|all|last|non_moderator> [<newval>]
      add api command conference foo vid-layer <member_id|all|last|non_moderator> [<newval>]
      add api command conference foo vid-watching-canvas <member_id|all|last|non_moderator> [<newval>]
      changed api command conference foo vid-layout, args are now "<layout name>|group <group name> [<canvas_id>]"
      add channel vars you can set before entering conference video_initial_canvas and video_initial_watching_canvas
      add many new output status vars to conference list api
      add new conference member flag "second-screen"
      add config param video-canvas-count
      add config param video-super-canvas-label-layers
      add config param video-super-canvas-show-all-layers
      add config param video-super-canvas-bgcolor
      
      verto client:
      add google login
      add hipchat js file
      conf_verto_hipchatURL= to control what hipchat server appears if any
      global device init and overrides
      allow passing sessid
      add confMan.canvasCount
      add handling of multiple canvases and launching them, and controlling all of their layouts
      re-layout moderator controls and add support for changing the watching and input canvas and layers
      when launching another canvas, watch subscriptions for the original call so we can automatically close the additional window
      maintain camera settings on call recovery
      f726cb9a
    • Dragos Oancea's avatar
      37dc3929
    • Mike Jerris's avatar
      Merge pull request #345 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7824 to master · 1e40a020
      Mike Jerris 提交于
      * commit 'c797e948':
        FS-7824 Add functionality for capturing screenshots from both legs to uuid_write_png
      1e40a020
    • Bradley Jokinen's avatar
      FS-7824 Add functionality for capturing screenshots from both legs to uuid_write_png · c797e948
      Bradley Jokinen 提交于
      With this patch, uuid_write_png is able to capture screenshots from both
      legs of a bridged video call. It still expects a uuid and filename for
      the first two arguments. If given a third argument, it must be concat
      or split. If concat is specified, screenshots from both ends are taken
      and written side by side to the given filename. If one image is shorter
      than the other then it is padded with black and vertically centered. If
      the third argument is split then the two screenshots are written to
      separate files. In this case, a second filename is expected as a fourth
      argument.
      c797e948
    • Miguelo Sana's avatar
  5. 10 7月, 2015 6 次提交