Skip to content

Commit 0f00703

Browse files
committed
Revert "add more piro to the queue"
This reverts commit e1a9bfb.
1 parent e1a9bfb commit 0f00703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class StreamInCallManager: RCTEventEmitter {
292292

293293
@objc
294294
func methodQueue() -> DispatchQueue {
295-
return DispatchQueue(label: "io.getstream.rn.audioSessionQueue", qos: .userInitiated)
295+
return DispatchQueue(label: "io.getstream.rn.audioSessionQueue")
296296
}
297297

298298
// MARK: - Logging Helper

0 commit comments

Comments
 (0)