changeStreamAudio method
Sends the changeStreamAudio to the WebSocket server
Implementation
void changeStreamAudio(String streamId, bool newValue) {
streamPropertyChange(
streamId: streamId,
property: 'audioActive',
newValue: newValue,
reason: 'publishAudio',
);
}