Releases: mconf/bbb-mobile-sdk
Releases · mconf/bbb-mobile-sdk
v0.6.7
What's Changed
- feat: change package name by @frankemax in #112
- feat(feedback): adds 3 gathering screens by @Arthurk12 in #113
- fix(audio): add explicit BLUETOOTH_CONNECT check/request by @prlanzarin in #116
- Add license by @fcecagno in #117
- fix(video): move videoUsers select to video-list by @prlanzarin in #120
- fix(socket): prevent socket crash due to inadequate escaping by @prlanzarin in #119
- chore: update packages by @frankemax in #122
- fix: import react-native-gesture-handler by @frankemax in #121
- feat(end-screen): allow user to press back button (again) by @frankemax in #124
New Contributors
- @Arthurk12 made their first contribution in #113
- @fcecagno made their first contribution in #117
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- fix: move NativeEventEmitter to DeviceEventEmitter (iOS crash) by @prlanzarin in #111
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- fix: guest is not redirected to conference once allowed by @prlanzarin in #103
- fix: use ActivityIndicator from react-native-paper by @prlanzarin in #102
- fix(ios): add podfile.lock and contents by @frankemax in #104
- feat: add talking indicator by @frankemax in #106
- fix: prevent unhandled rejection when closing apps, useKeepAwake by @prlanzarin in #105
- fix(audio): use incall-manager instead of expo-av + headphone-detection by @prlanzarin in #107
- feat: demote/promote user by @frankemax in #108
- fix(user-participants): user can no longer demote himself by @frankemax in #109
- feat(chat): changes in chat drawer and stored data. by @frankemax in #110
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- feat(keep-awake): add expo package by @frankemax in #99
- fix(notification): close notification when app is closed by @frankemax in #98
- feat: Guest lobby and policy screens + by @germanocaumo in #100
- fix(audio): route audio through speaker by default by @prlanzarin in #101
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- feat: handle app minimize/phone sleep by @germanocaumo in #92
- fix(notification-bar): queue multiple notifs by @germanocaumo in #93
- fix(notification): use onBackgroundEvent to handle actions when app is minimized by @frankemax in #94
- chore: enable external logging by default by @prlanzarin in #95
- fix(camera): prevent camera re-share loop by @prlanzarin in #96
- fix(ios): enable in-conference notification, keep conference alive on background by @prlanzarin in #97
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix: incorrect strings for denied mic permission alert by @prlanzarin in #89
- fix: add retries for join/enter on network failures, + by @prlanzarin in #90
- fix: guarantee cleanup of stale data in remote collections on re-subscriptions by @prlanzarin in #91
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix(presentation): re-set loading state when slides change/reload, + by @prlanzarin in #86
- fix(create-poll): several issues with navigation by @frankemax in #88
Full Changelog: v0.6.0...v0.6.1
v0.6.0
General Info
First deploy on play store internal testing
What's Changed
- fix: re-implement leave; add additional error screens; handle join errors by @prlanzarin in #75
- fix: re-subscribe on server-side publication stop, prevent data flush by @prlanzarin in #77
- fix: add loading skeleton for the presentation by @prlanzarin in #78
- fix: back button for chat and fullscreen + poll fixes by @germanocaumo in #76
- fix: put whiteboard and shared notes behind the dev flag by @prlanzarin in #79
- fix(video): typo in stale broker cleanup routine by @prlanzarin in #80
- fix(fullscreen): content area - change between screenshare/presentation by @frankemax in #81
- fix: handle A/V sharing lock settings by @prlanzarin in #82
- fix: handle A/V permission issues, + by @prlanzarin in #83
- fix: tie log in states to token validation AND collection subscriptions by @prlanzarin in #84
- fix(button): background blue to all buttons by @frankemax in #85
New Contributors
- @germanocaumo made their first contribution in #76
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat: add full fledged logger util by @prlanzarin in #40
- fix(webrtc): fix compat issues with iOS by @prlanzarin in #41
- feat(webcam): fullscreen by @frankemax in #44
- feat(presentation): fullscreen by @frankemax in #45
- fix(webrtc): add loading animation to A/V controls by @prlanzarin in #46
- fix: decouple loading styles from base IconButton by @prlanzarin in #47
- feat(fullscreen): change onClose button by @frankemax in #48
- fix: handle leave session and user ejection by @prlanzarin in #49
- fix: import combineReducers from @reduxjs/toolkit by @prlanzarin in #50
- fix(webrtc): catch A/V publish errors and log them by @prlanzarin in #51
- fix: handle meeting end, simplify logout trackers by @prlanzarin in #52
- feat: add configs for logger, handle remote logging endpoints by @prlanzarin in #53
- fix: differentiate logout from reload/reconnects by @prlanzarin in #54
- fix(chat): status-message crash by @frankemax in #56
- feat(poll): publish poll by @frankemax in #55
- feat(interactions): raise hand with meteor by @frankemax in #58
- feat(audio): auto join audio on log in, + by @prlanzarin in #59
- fix(video): add constant remote stream cap by @prlanzarin in #57
- refactor(socket): remove spurious GLOBAL_MODULES reference by @prlanzarin in #60
- feat(end-screen): ejection meeting end screens by @frankemax in #61
- feat: track connection status with redux via NetInfo, + by @prlanzarin in #62
- fix: surface client/meteor connection status via StatusBar by @prlanzarin in #63
- fix(audio): handle signaling disconnection by @prlanzarin in #64
- fix(screenshare): handle signaling disconnection, + by @prlanzarin in #65
- fix: only trigger onLeaveSession after the user has left, + by @prlanzarin in #66
- fix: restore TestScreen/socket when used as a lib, + by @prlanzarin in #67
- refactor: decouple session end from leave session callback by @prlanzarin in #68
- feat: handle joining as guest by @prlanzarin in #70
- feat(screenshare): full screen, + by @prlanzarin in #71
- fix(audio): trigger controls` loading state on reconnections, + by @prlanzarin in #72
- feat: flag app as mobile user by @prlanzarin in #73
- fix: reconnection improvements, + by @prlanzarin in #74
Full Changelog: v0.4.0...v0.5.0