Jabber Guest iOS SDK
CJGuestVideoLicense.h
1 //
2 // CJGuestVideoLicense.h
3 // JabberGuestSDK
4 //
5 // Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 typedef void(^CJGuestVideoLicenseCompletion)(BOOL isActivated);
11 
16 @interface CJGuestVideoLicense : NSObject
17 
23 
28 - (void) disableActivation;
29 
30 @end
CJGuestVideoLicense * sharedInstance()
This method returns the shared videoLicense instance.
Definition: CJGuestVideoLicense.m:54
void disableActivation()
Call this method to prevent the JabberGuest SDK from either checking for or activating the Cisco lice...
Definition: CJGuestVideoLicense.m:64
This class handle the activation of the system video license.
Definition: CJGuestVideoLicense.m:39