private async Task <bool> VerificaPermisosAudio()
 {
     return(await PermissionValidator.CheckVideoCallPermissions());
 }