File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " livekit-client " : minor
3+ ---
4+
5+ Expose new encryption option field
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ export interface InternalRoomOptions {
8787
8888 webAudioMix : boolean | WebAudioSettings ;
8989
90- // / **
91- // * @deprecated Use `encryption` field instead.
92- // */
90+ /**
91+ * @deprecated Use `encryption` field instead.
92+ */
9393 e2ee ?: E2EEOptions ;
9494
9595 /**
@@ -111,7 +111,7 @@ export interface InternalRoomOptions {
111111/**
112112 * Options for when creating a new room
113113 */
114- export interface RoomOptions extends Partial < Omit < InternalRoomOptions , 'encryption' > > { }
114+ export interface RoomOptions extends Partial < InternalRoomOptions > { }
115115
116116/**
117117 * @internal
You can’t perform that action at this time.
0 commit comments