Add some additional type information to some of the functions. Fix a couple minor issues found along the way, including calling .lower() on function parameters on add_user that default to boolean values (should continue to work when passed strings, as is likely happening by current users), and set explicit error handling when required arguments to audio_send_stream aren't set.
Add some additional type information to some of the functions. Fix a couple minor issues found along the way, including calling
.lower()
on function parameters onadd_user
that default to boolean values (should continue to work when passed strings, as is likely happening by current users), and set explicit error handling when required arguments toaudio_send_stream
aren't set.