Skip to content

Commit cbcc80b

Browse files
committed
duplicate static method removed
1 parent 927a221 commit cbcc80b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/react-native-sdk/ios/StreamInCallManager.m

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ @interface RCT_EXTERN_MODULE(StreamInCallManager, RCTEventEmitter)
2323

2424
RCT_EXTERN_METHOD(unmuteAudioOutput)
2525

26-
+(BOOL)requiresMainQueueSetup {
27-
return NO;
28-
}
29-
30-
@end
26+
@end

0 commit comments

Comments
 (0)