Jitsi widget: Enable voice or video

This commit is contained in:
manuroe
2017-08-10 16:41:19 +02:00
parent 5ef3cf5772
commit 7627fc88f6
5 changed files with 54 additions and 74 deletions
@@ -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`.