@livekit/components-core
Advanced tools
Comparing version 0.11.9 to 0.11.10
@@ -91,3 +91,3 @@ import type { AudioCaptureOptions } from 'livekit-client'; | ||
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string | undefined>; | ||
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string>; | ||
@@ -94,0 +94,0 @@ export declare function createChatObserver(room: Room): Observable<[message: ChatMessage, participant?: LocalParticipant | RemoteParticipant | undefined]>; |
@@ -28,5 +28,5 @@ import { Observable } from 'rxjs'; | ||
}>; | ||
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string | undefined>; | ||
export declare function createActiveDeviceObservable(room: Room, kind: MediaDeviceKind): Observable<string>; | ||
export declare function encryptionStatusObservable(room: Room, participant: Participant | undefined): Observable<boolean>; | ||
export declare function recordingStatusObservable(room: Room): Observable<boolean>; | ||
//# sourceMappingURL=room.d.ts.map |
{ | ||
"name": "@livekit/components-core", | ||
"version": "0.11.9", | ||
"version": "0.11.10", | ||
"license": "Apache-2.0", | ||
@@ -45,3 +45,3 @@ "author": "LiveKit", | ||
"vitest": "^2.0.0", | ||
"@livekit/components-styles": "1.1.3", | ||
"@livekit/components-styles": "1.1.4", | ||
"eslint-config-lk-custom": "0.1.3" | ||
@@ -48,0 +48,0 @@ }, |
@@ -252,3 +252,2 @@ import type { Subscriber, Subscription } from 'rxjs'; | ||
}), | ||
startWith(room.getActiveDevice(kind)), | ||
); | ||
@@ -255,0 +254,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
692751
9448