Skip to content

Commit a855e68

Browse files
committed
chore: remove iceMode
1 parent e0970f7 commit a855e68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/types.ts

-2
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@ export type RTCIceConnectionState = "checking" | "closed" | "completed" | "conne
9090
export type RTCIceGathererState = "complete" | "gathering" | "new";
9191
export type RTCIceGatheringState = "complete" | "gathering" | "new";
9292
export type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
93-
export type RTCIceMode = "auto" | "controlling" | "controlled"
9493

9594
export interface LocalDescriptionInit {
9695
iceUfrag?: string;
9796
icePwd?: string;
98-
iceMode?: RTCIceMode
9997
}
10098

10199
export interface DataChannelInitConfig {

0 commit comments

Comments
 (0)