We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffdd6f commit aeb3ff1Copy full SHA for aeb3ff1
src/RTCAudioSession.ts
@@ -8,8 +8,8 @@ export default class RTCAudioSession {
8
*/
9
static audioSessionDidActivate() {
10
// Only valid for iOS
11
- if (Platform.OS === "ios") {
12
- WebRTCModule.audioSessionDidActivate()
+ if (Platform.OS === 'ios') {
+ WebRTCModule.audioSessionDidActivate();
13
}
14
15
@@ -18,8 +18,8 @@ export default class RTCAudioSession {
18
19
static audioSessionDidDeactivate() {
20
21
22
- WebRTCModule.audioSessionDidDeactivate()
+ WebRTCModule.audioSessionDidDeactivate();
23
24
25
0 commit comments