Closed gerry05 closed 3 years ago
I changed the following function in cast_sender:
void setVolume(double volume) {
if (null != _receiverChannel) {
_receiverChannel.sendMessage({
'type': 'SET_VOLUME',
"volume": { 'level': min(volume, 1)},
});
}
}
using setVolume doesn't work.