This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8a3225712f
jiti-meet
/
react
/
features
/
mobile
/
audio-mode
/
index.js
2 lines
30 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[RN] Add audio route picker Due to the difference in nature, the iOS and Android implementations are completely different: iOS: MPVolumeView is used, which allows us to place a button which will launch a native route picker provided by iOS itself. This view is different depending on the iOS version, with the iOS 11 version being more complete. Android: A completely custom component is used, which displays a bottom sheet with the device categories, not devices individually. This is akin to the sheet in the builtin dialer.
2017-10-24 08:40:39 +00:00
export
*
from
'./components'
;