Skip to content

Commit 2431a1c

Browse files
committed
fix JS
1 parent 25424ed commit 2431a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ KMP wrapper for WebRTC.
1313
| `macOS` | 🚀 |
1414
| `Windows X64` | 🚀 |
1515
| `JS` (Chrome) | 🚀 |
16-
| `Linux X64` | 🔮 |
16+
| `Linux X64` | 🚀 |
1717

1818
## Dependency
1919

kmp-webrtc/src/jsMain/kotlin/com/piasy/kmp/webrtc/JsPeerConnectionClientFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ actual fun initializeWebRTC(context: Any?, fieldTrials: String, debugLog: Boolea
5252
Logging.info(PeerConnectionClientFactory.TAG, "initialize, already initialized")
5353
return true
5454
}
55-
initializeConsoleLog()
55+
initializeConsoleLog(debugLog)
5656
PeerConnectionClientFactory.sInitialized = true
5757
Logging.info(PeerConnectionClientFactory.TAG, "initialize success")
5858
return true

0 commit comments

Comments
 (0)