hmssdk_flutter 0.6.0
hmssdk_flutter: ^0.6.0 copied to clipboard
The Flutter package for 100ms SDK. Video Conferencing infrastructure for a Video first world.
0.6.0 - 2022-01-25 #
Breaking Change #
- Updated Change Role APIs argument types
- Changed Messaging APIs argument types
- Updated argument types of
changeTrackState,changeRole,acceptRoleChange,changeTrackStateForRolesAPIs
Added #
- Added HLS Support. Now you can Start/Stop HLS Streaming from Flutter SDK
- Added support to do ScreenShare from Android device
Changed #
- Updated callbacks for Permission based action APIs
0.5.0 - 2022-01-15 #
Breaking Change #
- Renamed SDK Public interface to
HMSSDKclass - Updated HMSConfig object which is used to join the room
Added #
- Added APIs to change remote track status
- Added APIs to start/stop Recording
- Added APIs to change metadata of local peer which can be used to implement raise hand functionality
- Added API to change name of local peer
- Added API to get current room status
- Added API to get peer audio/video status
- Added new Group & Direct Peer Messaging APIs
- Added volume setter & getter APIs on audio tracks
- Added Action Result Listeners to notify success or failure of API invocations
Changed #
- Updated
HMSExceptionobject withisTerminal - Changed
sendMessageAPI tosendBroadcastMessageto send a message to all peers in room - Changed
HMSMessageResultListenertoHMSActionResultListenerin Messaging APIs - Video Rendering flow for Android & iOS video tracks
- Preview API implementation
Fixed #
- Reconnection issues wherein even when network recovered, peer could not rejoin the room
- Cleaning up config object whenever room is joined/left
0.4.1 #
Added matchParent boolean on video view
0.4.0 #
Updated Messaging APIsAdded audio level, peer & track object in HMSSpeakerUpdated track source type to stringUpdated sample app
0.3.0 #
Corrected crash on using getLocalPeerUpdated sample app
0.2.0 #
This version of 100ms Flutter SDK comes loaded with bunch of features & improvements like -
Improved low network performanceAdded Active Speaker listenerResolved build conflicts on iOSAdded APIs to Change Role of a PeerAdded APIs to Mute Audio/Video of a Remote PeerAdded APIs to End a RoomUpdated Chat Messaging APIs to enable Broadcast, Group & PersonalImproved Reconnection after network switch/lossImproved Interruption Handling when a Meeting is ongoing
0.1.0 #
The first version of 100ms Flutter SDK comes power-packed with support for multiple features like -
Join/Leave RoomsMute / Unmute Audio / VideoSwitch CameraChatPreview ScreenNetwork Switch SupportSubscribe Degradation in bad network scenariosError Handling and much more.
Take it for a spin! 🥳