mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Jitsi widget: Enable voice or video
This commit is contained in:
@@ -46,11 +46,15 @@
|
||||
Creates and returns a new `JitsiViewController` object.
|
||||
|
||||
@discussion This is the designated initializer for programmatic instantiation.
|
||||
|
||||
@param widget the jitsi widget containinf jitis conference information.
|
||||
|
||||
@return An initialized `JitsiViewController` object if successful, `nil` otherwise.
|
||||
*/
|
||||
+ (instancetype)jitsiViewControllerForWidget:(Widget*)widget;
|
||||
+ (instancetype)jitsiViewController;
|
||||
|
||||
/**
|
||||
Make
|
||||
*/
|
||||
- (BOOL)openWidget:(Widget*)widget withVideo:(BOOL)video;
|
||||
|
||||
/**
|
||||
The jitsi widget displayed by this `JitsiViewController`.
|
||||
|
||||
Reference in New Issue
Block a user