mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
chore: dispatch starting_recording and stop_recording. (#342)
Co-authored-by: Ming Xu <albertxu@amazon.com>
This commit is contained in:
@@ -57,7 +57,7 @@ class WebRTC(Component, WebRTCConnectionMixin):
|
||||
Demos: video_identity_2
|
||||
"""
|
||||
|
||||
EVENTS = ["tick", "state_change", "submit"]
|
||||
EVENTS = ["tick", "state_change", "submit", "start_recording", "stop_recording"]
|
||||
data_model = WebRTCModel
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user