mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
默认使用当前版本
This commit is contained in:
@@ -703,7 +703,7 @@ class WebRTC(Component):
|
||||
time_limit: float | None = None,
|
||||
mode: Literal["send-receive", "receive", "send"] = "send-receive",
|
||||
modality: Literal["video", "audio", "audio-video"] = "video",
|
||||
show_local_video: bool = False,
|
||||
show_local_video: bool = True, # TODO 先默认打开
|
||||
rtp_params: dict[str, Any] | None = None,
|
||||
icon: str | None = None,
|
||||
icon_button_color: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user