rest_api/channels: Add test for whispering with no underlying stream - #139
rest_api/channels: Add test for whispering with no underlying stream#139mbradeen wants to merge 1 commit into
Conversation
|
cherry-pick-to: 24 |
|
Workflow Check failed |
jcolp
left a comment
There was a problem hiding this comment.
I don't like "nostream" as a name because there is a negotiated stream so a stream does exist, there's just no audio flowing over it. So how about snoop_whisper_no_normal_flowing_audio?
Adds a test to detect whispered audio when there is no underlying stream being sent to the channel.
0d9fd6e to
621b1df
Compare
|
Workflow Check failed |
|
Workflow Check completed successfully |
|
Workflow CPCheck failed |
Adds a test to detect whispered audio when there is no underlying
stream being sent to the channel.