Release Notes
Latest Versions
Package | Version |
---|---|
@100mslive/hms-video-store | |
@100mslive/react-sdk | |
@100mslive/roomkit-react | |
@100mslive/hls-player | |
@100mslive/hms-video-react(deprecated) |
2023-09-22
Released: @100mslive/hms-video-store@0.10.16
, @100mslive/react-sdk@0.8.16
, @100mslive/hls-player@0.1.16
, @100mslive/roomkit-react@0.1.7
Added:
- New API for managing handraise
Fixed:
- Role change resulting in a black tile
- Wrong bitrate getting set for simulcast first layer
2023-09-13
Released: @100mslive/hms-video-store@0.10.15
, @100mslive/react-sdk@0.8.15
, @100mslive/hls-player@0.1.15
, @100mslive/roomkit-react@0.1.6
Important
Prebuilt is now updated. Now supports changing themes and behaviour using dashboard. Details here
Fixed:
- Capture video at correct aspect ratio for mobile web
- Screenshare track was showing presenter video track on role change
2023-08-25
Released: @100mslive/hms-video-store@0.10.14
, @100mslive/react-sdk@0.8.14
, @100mslive/hls-player@0.1.14
, @100mslive/roomkit-react@0.1.5
Fixed:
- Audio of some remote peers not audible after role change from a subscribing role to a non-subscribed role and coming back to a subscribing role
2023-08-24
Released: @100mslive/hms-video-store@0.10.13
, @100mslive/react-sdk@0.8.13
, @100mslive/hls-player@0.1.13
, @100mslive/roomkit-react@0.1.4
Fixed:
- Reduced bundle size for @100mslive/roomkit-react and @100mslive/react-icons
- New design changes and bug fixes in
HMSPrebuilt
Component ofroomkit-react
package
2023-08-11
Released: @100mslive/hms-video-store@0.10.12
, @100mslive/react-sdk@0.8.12
, @100mslive/hls-player@0.1.12
Important
Starting from version 0.10.12
of @100mslive/hms-video-store
and version 0.8.12
of @100mslive/react-sdk
:
When using room-composite browser recording (formerly beam recording), RTMP stream or HLS stream with meetingURL
using the specified or a newer SDK version:
beam
(bot peer) won't appear in the peers' list on all platforms (Web, Android, and iOS)- Peer webhook events like
peer.join.success
andpeer.leave.success
won't be sent for thebeam
peer. - Beam webhook events like
beam.started.success
will still be sent. - No need to explain the presence of an extra peer (
beam
).
We highly recommend you to update any business logic dependent on beam's peer webhook events and instead use beam webhook events.
Fixed:
- Poll vote count getting reset after reconnection
2023-08-09
Released: @100mslive/hms-video-store@0.10.11
, @100mslive/react-sdk@0.8.11
, @100mslive/hls-player@0.1.11
Fixed:
selectIsLocalVideoEnabled
returning true when permissions denied
2023-07-25
Released: @100mslive/hms-video-store@0.10.10
, @100mslive/react-sdk@0.8.10
, @100mslive/hls-player@0.1.10
Important
Starting from this release, @100mslive/react-ui
package is deprecated. Please use @100mslive/roomkit-react
instead.
Added:
- Poll/Quizzes
- Prebuilt component in
@100mslive/roomkit-react
Fixed:
- Video getting stuck on switching resolution layers in HLS player
2023-07-14
Released: @100mslive/hms-video-store@0.10.9
, @100mslive/react-sdk@0.8.9
, @100mslive/hls-player@0.1.9
Added:
- PDF Annotation and related hooks for sharing PDF(
usePdfShare
) and iframe embeds(useEmbedShare
)
Fixed:
- Device list on role change
2023-06-21
Released: @100mslive/hms-video-store@0.10.8
, @100mslive/react-sdk@0.8.8
, @100mslive/hls-player@0.1.8
Fixed:
- Video getting stretched in some iOS versions
- Fix terminal server errors not being marked as terminal in
HMSException
2023-06-01
Released: @100mslive/hms-video-store@0.10.6
, @100mslive/react-sdk@0.8.6
, @100mslive/hls-player@0.1.6
Added
- WebRTC publish stats collection [
alpha
]
2023-05-30
Released: @100mslive/hms-video-store@0.10.5
, @100mslive/react-sdk@0.8.5
, @100mslive/hls-player@0.1.5
Fixed:
- High memory footprint issue
- Black tile when reusing the same video element frequently e.g. ActiveSpeaker
- Video not getting published when you turn on the camera just before join
2023-05-19
Released: @100mslive/hms-video-store@0.10.4
, @100mslive/react-sdk@0.8.4
, @100mslive/hls-player@0.1.4
Added:
- Introduced unique
id
for HMSMessage
2023-05-11
Released: @100mslive/hms-video-store@0.10.3
, @100mslive/react-sdk@0.8.3
, @100mslive/hls-player@0.1.3
Fixed:
- Made ping pong strategy less aggressive. Increased ping/pong interval to 3 sec.
- Meeting URL made optional for RTMP Streaming / Recording APIs
- HLS Player switching to higher quality layer made more aggressive to ensure high quality live stream.
- Updated UI for audio level border on tile
2023-05-02
Released: @100mslive/hms-video-store@0.10.2
, @100mslive/react-sdk@0.8.2
Added:
- Keep screen awake using
autoManageWakeLock
config option - enabled by default
Fixed:
- Use device pixel ratio for auto layer selection
- Observing session store keys from multiple components
- Audio of some peer not audible after bluetooth reconnect
- Limit for event emitter leak
- Fix correct video not getting rendered when reusing video elements
- Multiple timed metadata events not working
2023-04-18
Released: @100mslive/hms-video-store@0.10.1
, @100mslive/react-sdk@0.8.1
Added
- Session store - a realtime shared database between all peers in a session. Refer documentation here
- Switch camera action
Fixed:
- Bulk role change resulting in black tile or no audio
- Role change with simulcast
- Audio of some peers not audible on device change
- Device change resulting in
Capture Device in use by another application(3003 error code)
.
Deprecated:
- Alpha version of Session Metadata is deprecated and is now replaced with Session Store
2023-03-31
Released: @100mslive/hms-video-store@0.10.0
, @100mslive/react-sdk@0.8.0
Added
- alpha release of
@100mslive/hls-player
is done.@100mslive/hls-player
is currently a wrapper on hls.js with easy to use interface and few add-ons for 100ms's interactive live streaming feature.
Fixed:
- SDK causing memory exception in preview when room state peer list is enabled for 1500+ peers.
- All servers setting
isTerminal: true
on theHMSException
. Now only the terminal server errors will setisTerminal: true
- Analytics events
Breaking:
getAuthTokenByRoomCode
in hmsActions now returns the token as a string in response.
2023-03-14
Released: @100mslive/hms-video-store@0.9.0
, @100mslive/react-sdk@0.7.0
Added:
getAuthTokenByRoomCode
in hmsActions to get token for room short code.- The SDK now handles auto subscribing/unsubscribing while rendering video based on the element's visibility. If Simulcast is enabled, the appropriate resolution based on the video element's dimensions will also be auto-selected. Note that this was already available for react-sdk via the useVideo hook. With this release, we've also added it for the core SDK.
Breaking:
- SDK now handles subscribing and unsubscribing to video based on the element's visibility. If you're using hmsActions.detachVideo function to unsubscribe to video for e.g. when it's not visible, you may have to pass the flag
autoManageVideo: false
in join config. This will avoid any conflict between SDK and your app's code by disabling SDK's functionality. For more details, please check our docs for rendering video.
2023-02-22
Released: @100mslive/hms-video-store@0.8.4
, @100mslive/react-sdk@0.6.4
Added:
- Preview field in HMSStore and role related selectors helpful for preview
Fixed:
- Return type of
selectLocalPeer
which will now returnHMSPeer | undefined
- Network interruption during join
- Video background not always updating in virtual background plugin
- Camera light not turning off at times
- In some chrome versions, default devices are not prefixed with default- which is resulting in device not being selected on device change
- Make error in
setRemoteDescription
terminal - Browser tab showing indicator that mic is active even when audio disabled
No sender found
log while stopping playlist
2023-02-03
Released: @100mslive/hms-video-store@0.8.3
, @100mslive/react-sdk@0.6.3
Added:
- Preview and join using different roles. Use
asRole
in preview config to pass the name of the role you want to use
Fixed:
- Screenshare quality degrading after role change
- Detect slow network/disconnection earlier using ice connection state disconnected
- Apply frame rate specified in template on tracks
- Media decode error on certain audio elements
- Blank video or no audio when there is an error on device change
requested_by
is added to webhook on role change- Remote track update coming in before peer list leading to no peer tile
- Analytics and debug logs improved.
2022-12-19
Released: @100mslive/hms-video-store@0.8.1
, @100mslive/react-sdk@0.6.1
Added:
Fixed:
- Analytics fixes
- FPS for the
HMSVBPlugin
- Device change not working sometimes with some bluetooth devices
- Audio track not received on remote end on role change due to no data being sent
- Reestablishment of audio track after external call interuption
2022-11-25
Released: @100mslive/hms-video-store@0.8.0
, @100mslive/react-sdk@0.6.0
Added:
- Simulcast support
- New virtual background plugin with improved cpu usage compared to the previous one. Refer usage
Fixed:
- Black tile when video tile is on screen only for a split second(Example scenario: pagination)
- Join promise not getting resolved in some rare case
- leave.failure webhook getting triggered when closing tab from preview
Breaking:
hmsActions.setVolume
is a promise nowHMSStatsStore
interface updated and some of the selectors are removed
2022-11-10
Released: @100mslive/hms-video-store@0.7.1
, @100mslive/react-sdk@0.5.1
Fixed:
@100mslive/react-sdk
failing in nextjs environment- Fix dropdown from
@100mslive/react-ui
making the UI unresponsive when closed - Screenshare not working in macOS Ventura
- Improved device change analytics
Added:
- Stats for nerds for HLS - @alpha release
Breaking
customerDescription
onHMSPeer
is now removed. Usemetadata
field instead- Screenshare config is updated. Please refer here
2022-10-20
Released: @100mslive/hms-video-store@0.6.4
, @100mslive/react-sdk@0.4.4
Fixed:
hmsActions.setAudioOutputDevice
is now async, the returned promise will resolve once the device change is applied to all the audio tracks in the room- Terminal errors, join promise not getting resolved on certain join failures
- WebRTC stats not working on rejoining a room
new HMSReactiveStore()
doesn't work in server side rendering- Handling null in track selectors
- End room sending both peer.leave.success and peer.leave.failure events for same peer in webhook
2022-09-30
Released: @100mslive/hms-video-store@0.6.2
, @100mslive/react-sdk@0.4.2
Fixed:
- setSessionMetadata API type
2022-09-28
Released: @100mslive/hms-video-store@0.6.1
, @100mslive/react-sdk@0.4.1
Added:
- Session Metadata API (alpha release)
- Strict track types
- Added HMSVideoTrack, HMSScreenVideoTrack, HMSAudioTrack, HMSScreenAudioTrack
- Added HMSReconnectionNotification to notification types
Fixed:
- Type error when subscribing to all notifications.
2022-09-13
Released: @100mslive/hms-video-store@0.6.0
, @100mslive/react-sdk@0.4.0
Added:
join
is now async- An error will be returned if
validateVideoPluginSupport
is called before video track is available - facingMode property for local videoTrack.(Note: This will be useful on mobile browsers)
Fixed:
- Cleanup on leave
- Improved logging for browser recording
Breaking:
- A
HMSNotificationTypes.PEER_LIST
will be sent after join even if there are no peers already in the room - Specific types are added to Notifications
2022-08-01
Released: @100mslive/hms-video-store@0.5.0
, @100mslive/react-sdk@0.3.0
Added:
- retry calls for all the websocket messages
- params are now optional in
startHLSStreaming
Breaking:
- react-ui theme colors have been updated
- react-ui, styling for components is updated
2022-07-11
Released: @100mslive/hms-video-store@0.4.0
, @100mslive/react-sdk@0.2.0
Added:
leaveOnUnload
prop toHMSRoomProvider
to make leave on page load optional. Defaults totrue
.- Video/Audio Plugins can be added in preview now.
Fixed:
Error in getting track stats
when Audio/Video plugin is added in preview
Breaking:
- react-ui theme colors have been updated
2022-06-22
Released: @100mslive/hms-video-store@0.3.4
, @100mslive/react-sdk@0.1.4
Added:
clearList
andremoveItem
actions in playlistgetContextType
in video plugin interface- joining without webrtc connection for hls stream viewer
2022-06-14
Released: @100mslive/hms-video-store@0.3.2
, @100mslive/react-sdk@0.1.2
, @100mslive/hms-video-react@0.4.2
Added:
- Codec in track stats
Fixed:
- System denied permission error for camera and microphone
- Duplicate tile in server recording on role change from AV to audio to AV
- Retry in join
2022-06-08
Released: @100mslive/hms-video-store@0.3.1
, @100mslive/react-sdk@0.1.1
, @100mslive/hms-video-react@0.4.1
Fixed:
- Analytics events
- Reconnected notification not being triggered in some cases
2022-05-31
Released: @100mslive/hms-video-store@0.3.0
, @100mslive/react-sdk@0.1.0
, @100mslive/hms-video-react@0.4.0
Fixed:
- Video freezing when same video track is played in multiple video elements and one of them is removed
- Incorrect device showing in device selection when initially joined as muted and then unmuted.
Breaking:
- All the requests will have the sender as optional now.
Examples:
- In chat message object, message.sender is optional
- in unmute request, request.requestedBy is optional
NOTE: if you are planning to use api's to send chat messages, update metadata or change roles, the sdk version should be minimun at this version.
2022-05-11
Released: @100mslive/hms-video-store@0.2.100
, @100mslive/react-sdk@0.0.17
, @100mslive/hms-video-react@0.3.128
- Upgrade to React 18
- Added support for server-side subscribe degradation
- Fix device list failing to be populated in preview on device error
- Fix inconsistent peer list in preview
- Fix auxiliary regular tracks not having their own video tiles
- Fix token errors - made terminal
2022-04-29
Released: @100mslive/hms-video-store@0.2.98
, @100mslive/react-sdk@0.0.15
, @100mslive/hms-video-react@0.3.126
- Added support for resolutions in RTMP.
- Added methods to set your app data in 100ms store. Refer docs here
- Exposed Style-able Pagination component from react-ui
2022-04-21
Released: @100mslive/hms-video-store@0.2.96
, @100mslive/react-sdk@0.0.13
, @100mslive/hms-video-react@0.3.125
- Add reconnections due to internet issues in preview phase
- Add treeshaking for react-sdk and react-ui
- Fix race condition when leave is called immediately after join before join could complete.
- Fix race condition where preview complete could be notified before join was ready to be called.
- Support for server side degradation
- Fix bug in useVideo not leading to proper detach on unmounting
2022-03-29
Released: @100mslive/hms-video-store@0.2.94
, @100mslive/react-sdk@0.0.11
, @100mslive/hms-video-react@0.3.124
- Get Connection quality score to show network bar in UI, docs here
- Measure internet quality score for local peer in preview
- Errors occurred during screenshare(permission not given etc.) will be sent via notification as well now in addition to being thrown on the method call
hmsActions.refreshDevices()
to refresh the device list from UI side. This can be done for example if the UI is taking control of asking user permission.- server timestamp for local peer's messages
- changed interface to check plugin's support
- Significant improvements and refactoring of our public sample app
2022-03-21
Released: @100mslive/hms-video-store@0.2.93
, @100mslive/react-sdk@0.0.10
, @100mslive/hms-video-react@0.3.123
Fixed:
- Redundant events sent to analytics
2022-03-17
Released: @100mslive/hms-video-store@0.2.91
, @100mslive/react-sdk@0.0.8
, @100mslive/hms-video-react@0.3.121
Added:
useCustomEvent
hook in react-sdk- Subscribing to specific notification types
- HLS recording status on joining room
- Additional fields in disconnection events
- Video Only mode for screenshare
joinedAt
in HMSPeer
Fixed:
- Fix turning on recording with hls
2022-02-24
Released: @100mslive/hms-video-store@0.2.90
, @100mslive/react-sdk@0.0.7
, @100mslive/hms-video-react@0.3.119
Added:
- PeerList in preview
- HLS recording status will be available
Breaking(react-sdk):
- input/output interfaces of
useVideo
has been changed. check react quickstart for reference.
2022-02-04
Released: @100mslive/hms-video-store@0.2.89
, @100mslive/react-sdk@0.0.6
, @100mslive/hms-video-react@0.3.116
Added:
- startedAt fields for RTMP and recording
- A exception will be thrown when preview/join is called if there is no WebRTC support now(for example disable via an extension)
- APIs to get WebRTC Stats for the call
- A new
@100mslive/react-sdk
beta package for primitive hooks to build React UI components - A new disconnecting room state which happens from the moment leave is clicked till it's successful
Fixed:
- Fix for wrong video mute state in a corner case after high frequency updates
- Fix for vb-background video overlaying
- VB not enabling in firefox if turned on in muted state
- Fixes related to device settings remembering in muted state
- Distorted audio when both noise suppression and virtual background are on
2022-01-14
Released: @100mslive/hms-video@0.1.41
, @100mslive/hms-video-store@0.2.87
, @100mslive/hms-video-react@0.3.115
Added:
- Terminal error for insecure contexts(http://)
Fixed:
- Type errors in few selectors
- iOS video getting stuck when custom plugins are enabled.
- Preview audio level failing.
2022-01-07
Released: @100mslive/hms-video@0.1.40
, @100mslive/hms-video-store@0.2.86
, @100mslive/hms-video-react@0.3.114
Added:
- server errors are marked as terminal, SDK will automatically leave and give a terminal error
Fixed:
- process is not defined error when using with CRA5, webpack5 or with react-scripts@5
- update recording/streaming status when they are actually started
Breaking:
- requestedBy is now optional in HMSRoleChangeRequest, HMSChangeTrackStateRequest, HMSChangeMultiTrackStateRequest
2021-12-21
Released: @100mslive/hms-video@0.1.39
, @100mslive/hms-video-store@0.2.85
, @100mslive/hms-video-react@0.3.113
Added:
- HLS streaming for streaming a room to a large number of viewers
- Support for Multiple video plugins
startedAt
field in room to know since when the call is running- An additional boolean
showTileForAllPeers
in VideoList component to show peers with no tiles.
Fixed:
- Type in custom events not getting passed for direct messages
- Camera selection showing wrong device in some cases
2021-12-10
Released: @100mslive/hms-video@0.1.37
, @100mslive/hms-video-store@0.2.83
, @100mslive/hms-video-react@0.3.112
Added:
- Support for Multiple Audio Plugins(alpha)
- Notification when user updates peer info(name or metadata)
Fixed:
- Throw proper error with error code and description for firefox when network is blocked/disconnected.
- Resolve preview promise correctly. (You can directly await the preview promise and perform the necessary actions after that.)
- Device change with audio plugins
Add @100mslive/hms-video-react
or @100mslive/hms-video-store
as a sole dependency for using 100ms. They include the core sdk.
2021-11-26
Released: @100mslive/hms-video@0.1.36
, @100mslive/hms-video-store@0.2.82
, @100mslive/hms-video-react@0.3.111
Added:
- Change Name post Joining the room
- Change Metadata post Joining the room
- Notifications for track degraded and restored
Breaking
peer.customerDescription
is now renamed topeer.metadata
2021-11-12
Released: @100mslive/hms-video@0.1.32
, @100mslive/hms-video-store@0.2.79
, @100mslive/hms-video-react@0.3.105
Added:
- Support to play next item from audio/video playlist after current track ended
- Support for setting playbackrate on audio/video playlist
selectPeerSharingAudioPlaylist
selector to get peer who is sharing audioplaylistselectPeersByRole(role: string)
selector to get peers by role
Fixed:
- Not able to change respective devices when audio/video is muted
- Devicelist empty if permissions are denied while joining and enabled later on unmuting.
- Retry getusermedia when it fails with overconstrainedError.
- Type errors for selectors
- Role changes not persisent when the role change event occurs when a peer is reconnecting
2021-10-25
Released: @100mslive/hms-video@0.1.18
, @100mslive/hms-video-react@0.3.97
- Fix an issue in VideoTile react component leading to blank tile
- Fix unsuccesful tracks publish in case of user toggling video in preview
2021-10-21
Released: @100mslive/hms-video@0.1.16
, @100mslive/hms-video-store@0.2.71
, @100mslive/hms-video-react@0.3.96
- Support resolution changes for screenshare on role change
- Fix extra track getting added when joined with Audio/Video muted
- Fix
setVolume(0, trackId)
not working on IOS when it is called ononTrackUpdate
. - Screenshare error codes - 3001 for user rejection, 3002 for OS level block.
- Fix a bug in mute all where it behaves in opposite way on a request from Android/iOS.
- Fix type error for
setRemoteTracksEnabled
- Add peerId for all tracks
- Optimisations for tracksMap selector
- Add
HMSNotificationTypes.PEER_LIST
notification which gives peers already in room when joined - Optimise video tile, participant list rerenders
- Add feedback component
Breaking:
- ParticipantsInView component removed. Use UiSettings component instead
2021-10-08
Released: @100mslive/hms-video@0.1.1
, @100mslive/hms-video-store@0.2.62
, @100mslive/hms-video-react@0.3.88
- Single permission for audio and video
- Bulk Remote mute per type, source and roles. Refer to remote muting section in the docs for more information.
- Locally muting remote track on iOS Devices
- Performance optimizations
Fixed
- Role change takes video resolution into account as well now
2021-10-01
Released: @100mslive/hms-video@0.0.204
, @100mslive/hms-video-store@0.2.57
, @100mslive/hms-video-react@0.3.81
- Support for starting/stopping RTMP/recording
- Add bitrate capping for playlist tracks
- AudioTrack - 64kbps
- VideoTrack - 1mbps
- Fix addSink issue in videoTrack. Sometimes, addSink not sending correct data to backend, which leads to black tile
Breaking:
- onPeerUpdate is called with HMSPeer[] for initial peer list instead of calling onPeerUdpate for each peer
Experiemental:
- Add/remove sink for audio element with feature flag.
- Join before publish with feature flag
2021-09-17
Released: @100mslive/hms-video@0.0.185
, @100mslive/hms-video-store@0.2.43
, @100mslive/hms-video-react@0.3.64
Added
- Support for Audio/Video Playlist from remote urls
- Support for AudioOnly screenshare
2021-08-27
Released: @100mslive/hms-video@0.0.173
, @100mslive/hms-video-store@0.2.34
, @100mslive/hms-video-react@0.3.54
Added
- Memorization of manual device selection. Refer Usage
- Self role change. Refer Usage
Fixed
- Autoplay error on ios safari
2021-08-16
Released: @100mslive/hms-video@0.0.148
, @100mslive/hms-video-store@0.2.22
, @100mslive/hms-video-react@0.3.32
.
Added
- Mute/unmute remote peers. Refer Usage
- Remove peer from room. Refer Usage
- End room. Refer Usage
- Private Messages to peers/roles.
Breaking Change
- sendMessage is now deprecated, please use sendBroadcastMessage, sendGroupMessage and sendDirectMessage for messaging. Refer Usage
0.0.128 - 2021-08-07
- Fix tracks not getting removed properly in Firefox in between role changes
0.0.127 - 2021-08-06
- Fix black tile issue
0.0.124 - 2021-08-06
- Export
HMSLogLevel
to set the HMSdk's log level.
0.0.123 - 2021-08-05
Added
- Autoplay handling added.
- on autoplay error, the onError callback is called
- unblockAutoplay method is provided to resolve the autoplay error
- Refer Usage
- Audio/video state is preserved when setSettings is called.
- Device change handling improvements
- Output device selection logic improved
- Handled headphones with no microphone
- Stereo headphones are handled correctly for input/output
- Handle virtual background on role change
- Cleanup video/audio elements to limit chrome 92 bug for mediaplayers
Fixed
- Fix Settings component to show correct selected devices
- Fix video elements not detached when not in view
2021-07-28
Added
- Changing roles mid-call. Refer Usage
- BREAKING CHANGE: The interface of
HMSPeer
has been modified for users using the JavaScript SDK without the Reactive Store.
// Before peer.role; // returns a string // After peer.role; // returns HMSRole interface HMSRole { name: string; publishParams: PublishParams; subscribeParams: { subscribeToRoles: string[], maxSubsBitRate: number }; permissions: { endRoom: boolean, removeOthers: boolean, stopPresentation: boolean, muteAll: boolean, askToUnmute: boolean, muteSelective: boolean, changeRole: boolean }; priority: number; } export interface PublishParams { audio: { bitRate: number, codec: string }; video: { bitRate: number, codec: string, frameRate: number, width: number, height: number }; screen: { bitRate: number, codec: string, frameRate: number, width: number, height: number }; allowed: string[]; }
- BREAKING CHANGE: For users of the Reactive Store and React SDK, the
HMSPeer
interface has been modified. Usepeer.roleName
instead ofpeer.role
to obtain the name of a peer's role.
Fixed
- Improved automatic detection of input/output devices.
- Audio level update in Firefox due to wrong track ID.
Known Issues
- Safari on Mac gives echo with some wired headphones
- With some bluetooth headphones(eg: OnePlus Bullets) with stereo output option, the default audioOutput doesn't work on windows. (Quick Fix: Change device to another option of same device)
2021-07-17
Added
- Added custom audio output management. Refer Usage
- Added audio output device and volume control using
hmsActions.setAudioOutputDevice("a-valid-MediaDeviceInfo-object-id")
andhmsActions.setVolume(30)
. Refer Usage - Audio Level at preview could be fetched by
selectPeerAudioByID(localPeer.id)
.
Fixed
- Audio level update callback in preview. Refer Usage
- Experimental Automatic device change on plug/unplug. Use
track.setSettings
to override input devices. Refer Usage. Use audio output manager(hms.getAudioOutput().setDevice()
) to override output devices. Refer Usage
2021-07-14
Versions
Package | Version |
---|---|
@100mslive/hms-video | 0.0.79 |
@100mslive/hms-video-react | 0.2.57 |
Added
- Adjust remote peer volume locally
- Add HMSPeer, HMSTrack objects to HMSSpeaker for use in
onAudioLevelUpdate
callback.
interface HMSSpeaker { peer: HMSPeer; track: HMSTrack; audioLevel: number; }
- Add HMSPolicy to HMSPeer.
Fixed
- Analytics
2021-07-09
Added
- New preview API.
- Screenshare with Audio
Fixed
- Analytics
2021-07-08
Added
- Preview method to enable showing preview UI. Refer Usage
- Audio in screen-share
Fixed
- Analytics
2021-07-02
Added
- Enable OpusDtx
- Replace HMSPeer with HMSLocalPeer and HMSRemotePeer
- Made @100mslive/hms-video as peer dependency. Install
@100mslive/hms-video
alongside@100mslive/hms-video-react
to use 100ms web SDK in your app.
For yarn,
yarn add @100mslive/hms-video @100mslive/hms-video-react
For npm,
npm i @100mslive/hms-video @100mslive/hms-video-react
- Added transitionType property to hmsToast.
Fixed
- Black tiles in Safari - Correctly queue messages when data channel not open
- Retry Join Init API fetch failure and throw terminal error on retry failure
- Silent Audio
- Import problem in Angular - Replace Bowser with ua-parser-js
- UI fixes in components.
2021-06-24
Added
- Connection Reestablishment Mechanism.
- On network switch, disconnection, Websocket signal, Publish and Subscribe ICE connections will be retried for reconnection
- onReconnecting - called when reconnection starts
- onReconnected - called when reconnection has succeeded
- onError - called when reconnection has failed
- Internal Bug fixes
2021-06-21
Added
- addTrack and removeTrack to add/remove auxiliary tracks to local peer. See documentation.
2021-06-17
Added
- Notifications See Documentation
2021-06-13
Fixed
- Join with camera/microphone device failures.
- Join with camera/microphone failures.
- Preview shows correct error message.
- Start preview if either of camera/microphone is available.
- Stop preview when page goes into background.
- UI Fixes in modal, chat.
2021-06-11
Versions
Package | Version |
---|---|
@100mslive/hms-video | 0.0.26 |
@100mslive/hms-video-react | 0.2.14 |
Added
- HMSPeer object will now have
customerUserId
property that stores theuserId
from Client Token.
Fixed
- Removed unsupported deviceId constraint in Safari.
- Use EventEmitter instead of EventTarget to support older versions of some browsers.
selectDominantSpeaker
replacesselectDominantSpeakerName
.selectDominantSpeaker
will return aHMSPeer
object which contains customerUserId, name, role.- More responsive UI for smaller screens.
2021-06-10
Added
- Handle device change on mid-call.
Fixed
- Video tile going black when double/multiple clicked for unmute.
- Block on preview on camera/mic failure.
2021-06-09
Added
- Support for Firefox(>=60).
- Shim and polyfills for cross browser compatibility.
- Exported
isSupported
method to check if browser and device are supported.import { isSupported } from "@100mslive/hms-video";
Fixed
- Show dismissible warning for unsupported browsers in preview.
- Export MessageModal component.
0.0.19 - 2021-06-02
Added
- Error Codes - every error thrown from the SDK now will be of type HMSException, a wrapper over the native Error.
interface HMSException { code: number; // A code number denoting the type of error name: string; // Name of the error action: string; // What action caused the error message: string; // Message related to the error description: string; // Additional information and steps to recover from the error }
0.0.18 - 2021-06-02
Fixed
- Screenshare permitted only when user's role is allowed to share screen.
- Improved screenshare quality by removing maxBitrate limit.
Alpha
Our alpha release is here.
Thanks for your patience :).
This release might still have bugs, some interfaces can change (we will keep them to a minimum)
This release has
- Simplified SDK interfaces that can power a fully-featured video conferencing application
join
leave
getPeers, getLocalPeer
for tracks/peers/other data
- Features not covered in this release
- Handling network disconnections (disconnect from wi-fi to 4g ends the call)
- Handling subscription network degradations
- Handling second order publish network degradations
- Detailed analytics
- Recording
- Our sample app is currently a React edtech app to demonstrate how roles work, and also how our UI-components work. Documentation for these roles will be released soon
- Browser coverage is limited to latest versions of Chrome on desktop. We will improve this over the next few releases
- Please contact @akash goswami in your Slack channel if you have any questions