Show call participants

This commit is contained in:
2024-08-02 17:14:23 +08:00
parent 11fb79623e
commit c88fcc84da
9 changed files with 133 additions and 63 deletions

View File

@ -78,7 +78,6 @@ class AttachmentProvider extends GetConnect {
},
);
if (resp.statusCode != 200) {
print(resp.data);
throw Exception(resp.data);
}