Builds a NativeRoomModule backed by @livekit/rtc-node. The bridge's LiveKitNativeMeetingSdk calls createRoomClient(options) and then client.connect(...).
@livekit/rtc-node
LiveKitNativeMeetingSdk
createRoomClient(options)
client.connect(...)
Sample-rate / channel / loader overrides (see CreateLiveKitRtcNodeModuleOptions).
The native room module.
Builds a NativeRoomModule backed by
@livekit/rtc-node. The bridge'sLiveKitNativeMeetingSdkcallscreateRoomClient(options)and thenclient.connect(...).