Skip to content

Commit e0970f7

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cpp/peer-connection-wrapper.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,6 @@ void PeerConnectionWrapper::setLocalDescription(const Napi::CallbackInfo &info)
392392
PLOG_DEBUG << "setLocalDescription() has password";
393393
init.icePwd = obj.Get("icePwd").As<Napi::String>();
394394
}
395-
396-
if (obj.Get("iceMode").IsString()) {
397-
PLOG_DEBUG << "setLocalDescription() has iceMode";
398-
init.iceMode = obj.Get("iceMode").As<Napi::String>();
399-
}
400395
}
401396
}
402397

0 commit comments

Comments
 (0)