fmt
This commit is contained in:
parent
5ceb258b3e
commit
1e4bddd276
5 changed files with 17 additions and 7 deletions
|
@ -227,7 +227,10 @@ impl TestServer {
|
|||
.lock()
|
||||
.audio_track_updates
|
||||
.0
|
||||
.try_broadcast(RemoteAudioTrackUpdate::Subscribed(track.clone(), publication.clone()))
|
||||
.try_broadcast(RemoteAudioTrackUpdate::Subscribed(
|
||||
track.clone(),
|
||||
publication.clone(),
|
||||
))
|
||||
.unwrap();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue