We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc9f28 commit f33a5d2Copy full SHA for f33a5d2
src/call_client/delegate.rs
@@ -189,7 +189,7 @@ pub(crate) unsafe extern "C" fn on_video_frame_native(
189
}
190
191
pub(crate) unsafe fn on_event(py: Python<'_>, delegate_ctx: &DelegateContext, event: &Event) {
192
- tracing::info!("Received event: {event:?}");
+ tracing::debug!("Received event: {event:?}");
193
194
match event.action.as_str() {
195
"request-completed" => {
0 commit comments