Saúl Ibarra Corretgé
00c8409e31
ios,android: update SDK version to 2.3.0
6 anos atrás
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
6 anos atrás
Saúl Ibarra Corretgé
b4b33c94dd
ios: update Podfile.lock
6 anos atrás
Saúl Ibarra Corretgé
27205e3119
ios: divert RN logs to our logger
6 anos atrás
Saúl Ibarra Corretgé
f2fdef8361
ios: log fatal errors, don't swallow exceptions
6 anos atrás
Saúl Ibarra Corretgé
902da8cc4f
rn: add native loggers
These provide the ability to integrate the SDK with some other application
loggers.
At the time this was written we use Timber on Android and CocoaLumberjack on iOS.
In addition to the integration capabilities, a LogBridge React Native module
provides log transports for JavaScript code, thus centralizing all logs on the
native loggers.
6 anos atrás
paweldomas
6ae9bbe0c5
feat: report analytics for the network connection
Will emit new 'network.info' action with the online/offline status and
extra details for native like the network type and
'isConnectionExpensive' flag.
6 anos atrás
paweldomas
14b747e0a4
fix(ios/xcode): increase node heap space for the bundle JS step
6 anos atrás
Saúl Ibarra Corretgé
c113b2e765
ios: update Podfile.lock
6 anos atrás
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
6 anos atrás
Saúl Ibarra Corretgé
53f98df8f3
deps: react-native@0.59.10
6 anos atrás
Saúl Ibarra Corretgé
1c1e8a942b
audio-mode: refactor device handling
This commit refactors device selection (more heavily on iOS) to make it
consistent across platforms.
Due to its complexity I couldn't break out each step into separate commits,
apologies to the reviewer.
Changes made to device handling:
- speaker is always the default, regardless of the mode
- "Phone" shows as a selectable option, even in video call mode
- "Phone" is not displayed when wired headphones are present
- Shared device picker between iOS and Android
- Runtime device updates while the picker is open
6 anos atrás
Дамян Минков
8800cb4580
Adds live streaming sound notification. (#4532)
* Adds live streaming sound notification.
* Adds ios resources for the new files.
6 anos atrás
Saúl Ibarra Corretgé
598b6f0598
deps: update react-native-webrtc
WebRTC is now at M75
6 anos atrás
Saúl Ibarra Corretgé
820abfd059
ios: sync Podfile.lock
6 anos atrás
Bettenbuk Zoltan
fe1187d7b7
ref: remove unused libs
6 anos atrás
Saúl Ibarra Corretgé
6383d000a9
rn: raise version to 19.3
6 anos atrás
Chris Hansen
52362c4675
Fix spelling mistake on pragma mark
It causes a compiler error in Xcode 11 because it doesn't know how to parse it.
6 anos atrás
Saúl Ibarra Corretgé
9e95e7cd97
rn: bump SDK version to 2.2.0
6 anos atrás
Saúl Ibarra Corretgé
70b864f00b
deps: react-native-google-signin@2.0.0
6 anos atrás
Saúl Ibarra Corretgé
fa88db6897
ios: update CocoaPods to 1.7.1
6 anos atrás
Saúl Ibarra Corretgé
e33b334307
rn: add SDK API to set user information
At the moment it includes:
- display name
- email
- avatar URL
This information is used *only* if no token was specified.
6 anos atrás
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
6 anos atrás
Saúl Ibarra Corretgé
cf7b10d53d
feature-flags: initial implementation
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been
converted to feature flags.
6 anos atrás
Saúl Ibarra Corretgé
431a221c63
ios: be resilient to invalid UUIDs
6 anos atrás
Mihai Damian
477826089c
ios: Added property for setting PiP initial position
6 anos atrás
Saúl Ibarra Corretgé
fa3888991f
rn: avoid logging initial props in release builds
They may contain sensitive information.
6 anos atrás
Hristo Terezov
9712804040
fix(Amplitude): user id
6 anos atrás
Saúl Ibarra Corretgé
d65b71b584
rn: add ability to set the conference subject
6 anos atrás
Saúl Ibarra Corretgé
371ca4eef1
ios: don't require bitcode for Debug builds
6 anos atrás
paweldomas
1bc28e4904
watchos: display a message if the recent list is empty
6 anos atrás
Saúl Ibarra Corretgé
9352517705
ios: always log delegate method calls
6 anos atrás
Saúl Ibarra Corretgé
47d5163c52
rn: don't tag builds by default
People run these in their own checkout and will run into problems because
tagging will fail.
6 anos atrás
Saúl Ibarra Corretgé
9445cf99fd
Revert "ios: remove no longer needed code"
This reverts commit 603d161788 .
6 anos atrás
paweldomas
96b226de24
watchos: change the icons
Inverts the icons to follow more what's in the phone app instead of
CallKit.
6 anos atrás
François Benaiteau
61b66e0edf
doc: fix incorrect code examples for universal / deep linking
6 anos atrás
Saúl Ibarra Corretgé
1c809eb428
ios: strip bitcode when releasing the SDK
6 anos atrás
Saúl Ibarra Corretgé
e94edcd4ae
ios: automagically download a bitcode WebRTC build if needed
6 anos atrás
paweldomas
b48651396f
fix(travis): upload through ssh proxy
6 anos atrás
Saúl Ibarra Corretgé
f060ac9db1
ios: notify RTCAudioSession about CallKit AVAudioSession activation
6 anos atrás
Saúl Ibarra Corretgé
e66b596a0d
ios: add ability to override SDK version when releasing
6 anos atrás
Saúl Ibarra Corretgé
6f320f463d
rn: don't use annotated tags when building the SDKs
6 anos atrás
Saúl Ibarra Corretgé
02955ab57c
deps: react-native@0.59.8
https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0598
6 anos atrás
Saúl Ibarra Corretgé
103ae363f6
ios: fix CallKit crash in development mode
It's possible a CallKit event arrives when the React Bridge has been torn down
and there is an assert that checks this. In order to avoid a crash, just skip
the event.
6 anos atrás
paweldomas
ff6b27eafa
fix(travis): add watch dev prov profile
6 anos atrás
paweldomas
8cb19ccbf6
fix(travis): download WebRTC bitcode
6 anos atrás
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
It was extracted from the RN core to a community maintained package.
6 anos atrás
Saúl Ibarra Corretgé
2fad9f9ba8
ios: update Podfile.lock
6 anos atrás
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
6 anos atrás
Saúl Ibarra Corretgé
7d2ac0244d
deps: react-native-webrtc@4064c6f2db4f8b961daaaa8dafc6a896d7cfbc43
New M69 build with Metal crash fixes.
6 anos atrás