SDK ChangeLog

SDK ChangeLog

BistriConference 3.0.b-dc8cdbf ChangeLog – 02/04/2015

  • Server performance improvement
  • Security improvement: http connections to the API must have a referrer not null. In other words, the API cannot be called from a local web page (file://), this implies that the web page must be delivered from a web server.

BistriConference 3.0.b-8e7aec8 ChangeLog – 11/03/2015

  • Screen sharing support for firefox through a dedicated add-on. Get add-on source files here

BistriConference 3.0.b-5404425 ChangeLog – 12/10/2014

  • Improve browser and platform detection
  • Add new method “isWebRTCPluginAvailable” to test if Temasys plugin is available for your platform/browser
  • Add new method “muteAllSounds” to mute sound tracks of all remote streams
  • Add new method “isMicrophoneMuted” to get microphone current state
  • Add new method “isAllSoundsMuted” to get sound current state
  • Add new method “isVideoMuted” to get local video current state
  • Add new option “extAutoReload” to init method
  • Add new option “autoCloseOnExit” to init method
  • Add new events “onExtensionInstallStarted
  • Add new events “onExtensionInstalled
  • Add new events “onExtensionInstallFailed

BistriConference 3.0.b-02e22d0 ChangeLog – 10/24/2014

  • Add new method “isScreenSharingCompatible” to test if the screen-sharing feature is compatible with your platform/browser

BistriConference 3.0.b-864a773 ChangeLog – 10/17/2014

  • Add anti-flood mechanism
  • Add new option “stream” to call method
  • Add new option “sendonly” to call method
  • Add new option “audio-codec” to call method
  • Add new option “audio-bitrate” to call method
  • Add new option “video-bitrate” to call method
  • Add “capacity” parameter to “joinRoom” method, to specify the max participants number in a room

BistriConference 3.0.b-d320114 ChangeLog – 10/10/2014

  • Improve API stability

BistriConference 3.0.b-7250f3b ChangeLog – 09/12/2014

  • Improve API stability

BistriConference 3.0.b-f8e1975 ChangeLog – 06/02/2014

  • Add new screen-sharing feature: you can now choose the screen or window to share
  • Method startStream now accepts video resolution as type of stream (eg: bc.startStream( “640×480”, function(stream){…} ))

BistriConference 3.0.b-2f261a0 ChangeLog – 05/26/2014

  • Add Safari and Internet Explorer support through Temasys WebRTC plugin
  • getWebRTCPluginURL” method has been added, it return the url to download the WebRTC plugin
  • isWebRTCPluginUsed” method has been added, it returns true if the plugin is used by the browser

BistriConference 3.0.b-a295c01 ChangeLog – 05/09/2014

  • Fix screen sharing interoperability (Chrome to Firefox)
  • Fix black screen in Firefox when no audio device is available on the remote side
  • Fix Firefox to Firefox calls bug
  • Add TURN support for Firefox v29+

BistriConference v3.0.b-e57d216 ChangeLog – 04/11/2014

  • Minor fixes
  • BistriConference is now also referenced by bc ( bc.connect() )
  • getDataChannels” method has been added to get all open data channels in a room
  • getRoomMembers” method has been added to get room members ids

BistriConference v3.0.b-647efef ChangeLog – 03/07/2014

  • Improved server stability
  • Long polling method has been enabled as an alternative to websocket to solve some proxies related problems
  • a property “version” has been added (BistriConference.version) to get the current client version
  • getLocalStreams” method has been added to get an array of local streams
  • getRemoteStreams” method has been added to get an array of remote streams
  • addStream” method has been added to send a new stream to a contact during a call
  • removeStream” method has been added to remove a stream during a call
  • an event “onStreamStatsUpdated” is now triggered when the API client need to be updated

BistriConference v3 ChangeLog – 01/21/2014

  • Socket.io has been replaced by SockJS
  • “createDataChannel” method is now deprecated, “openDataChannel” should be used instead
  • microphone could be muted using “muteMicrophone” method
  • audio streams could be muted using “muteSound” method
  • video streams could be muted using “muteVideo” method
  • remote streams could be listed using “getRemoteStreams” method
  • audio activity could be monitored (VU meter) using “monitorAudioActivity” method
  • screen sharing resolution bug has been fixed
  • Chrome 32 and Firefox 26 data channel are now compatible
  • Opera 18 is now listed as a WebRTC compatible browser