UnbluDocumentCoBrowsingModuleProvider
public class UnbluDocumentCoBrowsingModuleProvider
Entry point to use the document co-browsing functionality of Unblu to collaborate on documents with other users.
The module has to be registered using UnbluClientConfiguration.register(module: ...)
.
To use the API of the UnbluDocumentCoBrowsingModule
in the application, use UnbluDocumentCoBrowsingModuleProvider.create(...)
.
-
Declaration
Swift
public static func create(config: UnbluDocumentCoBrowsingModuleConfiguration = UnbluDocumentCoBrowsingModuleConfiguration()) -> UnbluDocumentCoBrowsingModuleApi