Jabber Guest iOS SDK
CJGuestVideoLicense_Private.h
1 //
2 // CJGuestVideoLicense_Private.h
3 // JabberGuestSDK
4 //
5 // Created by Paul Dunn on 5/13/14.
6 // Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
7 //
8 
9 #import "CJGuestVideoLicense.h"
10 
11 @interface CJGuestVideoLicense()
12 
17 - (void) checkActivation: (CJGuestVideoLicenseCompletion) completion;
18 
22 - (void) resetActivation;
23 
24 @end
This class handle the activation of the system video license.
Definition: CJGuestVideoLicense.m:39