stopPlayAll method
stop play all stream
Implementation
Future<bool> stopPlayAll() async {
ZegoLoggerService.logInfo(
'',
tag: 'outside room audio video controller',
subTag: 'stopPlayAll',
);
return private.playAll(isPlay: false);
}