Make speaking state more prominent
This commit is contained in:
@@ -58,7 +58,7 @@ impl EventHandler for Receiver {
|
|||||||
users.insert(ssrc.clone(), user_id.clone());
|
users.insert(ssrc.clone(), user_id.clone());
|
||||||
}
|
}
|
||||||
println!(
|
println!(
|
||||||
"Speaking state update: user {:?} has SSRC {:?}, using {:?}",
|
"\n\n\nSpeaking state update: user {:?} has SSRC {:?}, using {:?}\n\n\n",
|
||||||
user_id,
|
user_id,
|
||||||
ssrc,
|
ssrc,
|
||||||
speaking,
|
speaking,
|
||||||
@@ -95,6 +95,9 @@ impl EventHandler for Receiver {
|
|||||||
// An event which fires for every received rtcp packet,
|
// An event which fires for every received rtcp packet,
|
||||||
// containing the call statistics and reporting information.
|
// containing the call statistics and reporting information.
|
||||||
// println!("RTCP packet received: {:?}", data.packet);
|
// println!("RTCP packet received: {:?}", data.packet);
|
||||||
|
},
|
||||||
|
Ctx::Client() => {
|
||||||
|
|
||||||
},
|
},
|
||||||
Ctx::ClientDisconnect(
|
Ctx::ClientDisconnect(
|
||||||
ClientDisconnect {user_id, ..}
|
ClientDisconnect {user_id, ..}
|
||||||
|
|||||||
Reference in New Issue
Block a user