examples: update camera_* with video_*
This commit is contained in:
@@ -29,9 +29,9 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
|
||||
transport = SmallWebRTCTransport(
|
||||
webrtc_connection=webrtc_connection,
|
||||
params=TransportParams(
|
||||
camera_out_enabled=True,
|
||||
camera_out_width=1024,
|
||||
camera_out_height=1024,
|
||||
video_out_enabled=True,
|
||||
video_out_width=1024,
|
||||
video_out_height=1024,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user