Enterprise
open class Enterprise
Represents UserAgent’s enterprise
-
Declaration
Swift
open func getId() -> Int
-
Fetch enterprise information if available
Declaration
Swift
open class func fetchEnterpriseInformation(options: FetchEnterpriseInformationOptions, completion: @escaping (_ error: Error?, _ info: EnterpriseInformation?) -> Void)
-
Fetch agents from a site using its siteKey
Declaration
Swift
open class func fetchSiteAgents(siteKey: String, options: FetchSiteAgentsOptions? = nil, completion: @escaping (_ error: Error?, _ agents: [Agent]?) -> Void)
-
Create a new private conference on the cloud
Declaration
Swift
open func createPrivateConference(_ options: PrivateConferenceCreationOptions, completion: @escaping (_ error: Error?, _ conference: Conference?) -> Void)
-
Get enterprise availbale conferences
Declaration
Swift
open func getAvailableConferences(completion: @escaping (_ error: Error?, _ conferences: [Conference]?) -> Void)
-
Get enterprise scoped contacts
Declaration
Swift
open func getContacts(completion: @escaping (_ error: Error?, _ conferences: [Contact]?) -> Void)
-
Declaration
Swift
open func getTags(webConferenceId: String? = nil, completion: @escaping (_ error: Error?, _ tags: [EnterpriseTag]?) -> Void)