2.34.0 • Published 3 years ago

paulh-test v2.34.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

2.32.0

  • Users who lose network connection for more than 10 seconds will have their session ended and SessionError will occur.

2.31.1

  • Resolved an issue that caused Chrome to be very slow to detect network connection lost, and not send ConnectionLost message.

2.31.0

  • Add support for stop speaking api
  • Add support for AvatarRequestIgnored and AvatarRequestCompleted messages.

2.30.3

  • Updated readme and removed post install script.

2.30.0

  • Add graceful handling of end sessions messages from websocket - ending the session on the client side.

2.29.2

  • Added new messages: StartedSpeakingMessage, FinishedSpeakingMessage and SessionInfoMessage.
  • Deprecated message: AvatarTextInputFinishedMessage (use FinishedSpeakingMessage)

2.29.1

  • Added the ability to start a session without microphone access and request access to mic/cam mid-session.
  • Fixed an issue that caused some iOS devices to experience low volume.
  • Fixed an issue that caused some iOS devices to play audio from the wrong speaker.
  • There is a known issue on some iOS devices that can cause audio to crackle when using sendLocalVideo: false with sendLocalAudio: true.

2.29.0

  • Allow for microphone and camera enable/disable.
  • This version has been deprecated due to crackling audio on iOS devices.

2.28.1

  • Fixed a bug which could cause an error when starting a session.

2.28.0

  • Added sendLocalVideo: boolean to UneeqOptions. sendLocalVideo: false will not request or publish the users video stream.

2.27.2

  • Sending information to indicate if user has denied permission for audio/video device

2.27.1

  • Fix for video not playing when changing device (introduced in 2.27.0).

2.27.0

  • Addressed SDP issue causing some sessions not to start following Safari update.

2.26.5

  • Fix for occasional video freeze on session start.

2.26.4

  • Added OnlineStatusUpdateMessage.

2.26.3

  • Send media devices availability to the server

2.26.2

  • Set websocket reconnection and timeout limits.

2.26.1

  • Added timezone to session start request.

2.26.0

  • Added ClientMediaStreamUpdate message. Shifted SessionLiveMessage to only send once audio and video are streaming between client and server.

2.25.2

  • Added sessionId as a parameter on Uneeq class and log it upon session start.

2.25.1

  • Added release notes to readme.

2.25.0

  • Update to match faceme-sdk version number + fixes.