-
Notifications
You must be signed in to change notification settings - Fork 0
OAuth
VTCoco edited this page Oct 9, 2019
·
1 revision
We strongly advise developers to use our OAuth feature. The VoxeetSDK can then be initialized using:
VoxeetSDK.shared.initialize(accessToken: "YOUR_TOKEN", refreshTokenClosure: { closure in
yourRefreshTokenMethod() { token in
closure(token)
}
})
copyright Voxeet 2019
-
Initialization
-
Managing Conference
-
Sharing
-
Advanced