mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Enable muting audio for Jitsi calls
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
success:(void (^)(void))success
|
||||
failure:(void (^)(NSError *error))failure;
|
||||
|
||||
/**
|
||||
Set audio muted for the Jitsi call.
|
||||
*/
|
||||
- (void)setAudioMuted:(BOOL)muted;
|
||||
|
||||
/**
|
||||
Hang up the jitsi conference call in progress.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user