@livekit/rtc-node
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -163,3 +163,2 @@ "use strict"; | ||
}; | ||
ffi_client_1.FfiClient.instance.addListener(ffi_client_1.FfiClientEvent.FfiEvent, this.onFfiEvent); | ||
} | ||
@@ -166,0 +165,0 @@ get sid() { |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/index.js", | ||
@@ -52,8 +52,8 @@ "types": "dist/index.d.ts", | ||
"optionalDependencies": { | ||
"@livekit/rtc-node-darwin-arm64": "0.0.6", | ||
"@livekit/rtc-node-darwin-x64": "0.0.6", | ||
"@livekit/rtc-node-linux-arm64-gnu": "0.0.6", | ||
"@livekit/rtc-node-linux-x64-gnu": "0.0.6", | ||
"@livekit/rtc-node-win32-x64-msvc": "0.0.6" | ||
"@livekit/rtc-node-darwin-arm64": "0.0.7", | ||
"@livekit/rtc-node-darwin-x64": "0.0.7", | ||
"@livekit/rtc-node-linux-arm64-gnu": "0.0.7", | ||
"@livekit/rtc-node-linux-x64-gnu": "0.0.7", | ||
"@livekit/rtc-node-win32-x64-msvc": "0.0.7" | ||
} | ||
} |
@@ -68,3 +68,2 @@ import { FfiClient, FfiClientEvent, FfiHandle } from './ffi_client'; | ||
super(); | ||
FfiClient.instance.addListener(FfiClientEvent.FfiEvent, this.onFfiEvent); | ||
} | ||
@@ -71,0 +70,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1708167
29158