Releases: 100mslive/100ms-ios-sdk
Releases · 100mslive/100ms-ios-sdk
0.5.5
Added
- Simulcast support for local RTC stats
- Capture frame API for HMSVideoView
Changed
- In-app screenshare will auto resume on app coming to foreground
Fixed
- Switch output causes bluetooth devices to not show up in device list
- Frames repeating in in-app screen share
0.5.4
Added
- Varying frame rate support for simulcast layers
- API to share in app screen content
- Log a helpful message to the console when provided app group id is wrong
- Sending track removed update for each of peer's tracks before sending peerLeft update
Fixed
- Redundant "track restored" event is sent whenever simulcast layer selection is changed
- Changing role during audio file playback is causing a crash
0.5.3
0.5.2
0.5.1
0.4.7
0.4.6
Added
- HMSVideoTrackSettings and HMSAudioTrackSettings now have initialMuteState property that controls wether user will have tracks muted or unmuted on join
- HMSAudioTrackSettingsBuilder and HMSVideoTrackSettingsBuilder are provided to simplify settings creation. Example:
sdk.trackSettings = HMSTrackSettings.build { videoSettingsBuilder, audioSettingsBuilder in
videoSettingsBuilder.initialMuteState = .mute
audioSettingsBuilder.initialMuteState = .mute
}