Skip to content

Release Notes

lynch.ye edited this page Oct 11, 2023 · 20 revisions

release notes

0.15.1

  • Improvement
    • Split E2EE&VBG modules and load on demand

0.15.0

  • Fix some bug
  • Upgrade HTTP library
  • Upgrade E2EE library

0.14.0

  • Fix some bug
  • Participant Model changes
    • Add new property - joinTime
  • Video Device Management API change
    • startVideoDeviceTest(mediaTrackConstraints: MediaTrackConstraints | boolean)
    • getVideoDevice(String deviceId)

0.13.0

We have made great performance improvements for the VBG feature! Please do upgrade and try it. 

  • Support new interfaces
    • VideoDeviceManager.switchVirtualBackground('blur')
    • VideoDeviceManager.switchVirtualBackground('image', imageString)
    • VideoDeviceManager.disableVirtualBackground()

0.12.0

  • Integrated segment
  • Support static image as VBG
    • VideoController.switchVirtualBackground(type: 'image', vbgImageBase64/imageUrlFromSameOrigin: string)

0.11.3

  • Support new interfaces
    • UserController.isCalloutAllowed()
  • Add new events
    • UserEvent 'local-dial-state-changed'

0.11.0

  • Support new interfaces
    • VideoController.switchVirtualBackground(type: 'blur', config: number)
    • VideoController.disableVirtualBackground()
    • RcvEngien.requestDevicesPermissions(constraints: MediaStreamConstraints)
  • Fix some bugs

0.10.1

  • Support new interfaces
    • UserController.deleteDial(id: string)

0.10.0

  • Support new interfaces
    • LiveTransctiptionController.search()
    • UserController.callOut(countryCode: number, phone: string)

0.9.0

  • Some interface optimization

0.8.3

  • Interface optimization: meetingController.getMeetingInfo()

0.8.2

  • Remove mock.js dependence
  • Fix some bugs

0.8.1

  • Interface optimization: meetingController.getMeetingInfo()

0.8.0

  • Enhancements to existing features
    • Support Guest login
    • Live transcription Bug fixing

0.7.2

  • Enhancements Live Transcriptions
    • Add 2 interfaces: enableLiveTranscription() and disableLiveTranscription()
  • Optimize Web SDK packaging

0.7.1

  • Fix some E2EE bugs

0.7.0

  • New Features
    • Closed Captions
    • Live Transcriptions
  • Enhancements to existing features
    • Support enum OnlyAuthUserJoinMode to scheduleMeeting() and startInstantMeeting().

0.6.0

  • New Features: Preference
  • Enhancements to existing features
    • Support audio&video processor
    • IParticipant model support getHeadshotUrl property

0.5.0

  • New Api: RcvEngine.authorize()
  • New Api: MeetingController.getMeetingState()
  • Support E2EE
  • Other Api changes

0.4.0

  • Chat function
  • Support Active video callback
  • Add "beta" watermark in the video stream
  • Support MeetingContextController apis
    • updatePersonalMeetingSettings()
    • loadPersonalMeetingSettings()
    • scheduleMeeting()

0.3.0

  • Feature: Start/pause recording
  • API changes
    • int64 assignModerators(List uids)
    • int64 revokeModerators(List uids)

0.2.0

  • Start/Stop sharing screen