This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-20 03:17:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5d0bfe1d4fdafced3cc052d6dd74aef6429e659
jitsi-meet
/
react
/
features
/
mobile
/
audio-mode
/
index.js
4 lines
54 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 10:40:39 +02:00
export
*
from
'./components'
;
[RN][iOS] Default to speaker for video conferences
2017-01-18 13:30:11 -06:00
import
'./middleware'
;
Reference in New Issue
Copy Permalink