Releases: apivideo/api.video-reactnative-live-stream
Releases · apivideo/api.video-reactnative-live-stream
v2.0.1
- Fix definition types. Thanks @Pitros. See #77
- Fix NPE on audio processor. See #82
- Fix crash on multiple release/configure. See #84
- Android: fix startup to front camera. See #81
v2.0.0
- Upgrade React Native to 0.73
- Add support for new React Native architecture
- Android: fix preview size
- Android: improve how timestamp are handled. It improves the compatibility with few servers.
v1.2.4
- Android: call
onConnectionFailed
when connectStream
failed to be sent
- iOS: add
audiosamplerate
in onMetadata
(see #51)
- iOS: mirror front camera (see #58)
v1.2.3
- iOS: fix the orientation of the device
v1.2.2
- Add a
gopDuration
API for the video
object. Default value is 1.0 s. (see #42)
- Android: fix audio and video packets order (see #46)
- Android: fix crash when audio is muted on Pixel6 (see #48)
- iOS: Speed up front camera start up (see #44)
v1.2.1
- Fix multiple crashes on both iOS and Android (see #38, #33 and #34)
- Stop camera capture when view is put to background (see #23)
v1.2.0
- Camera: add support for zoom on pinch (see #9). Thanks BlueBazze
v1.1.2
- Android: multiple fixes on RTMP stream
- iOS: fix start up camera (see #26)
v1.1.1
- Android: disconnect after a
stopStream
.
- Android: fix streams after a
stopPreview
call.
- Android: disconnect if
startStream
fails.
v1.1.0
- Fix connection callbacks on Android and iOS
- Add default parameters
- Add a way to set video bitrate during a live streaming
- iOS only: stop preview and streaming when going to background
- Move internal Android RTMP library to StreamPack