-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hi there,
Thank you for your kind support here.
I have a problem when I stop Mesibo, then setup the access token with different token. Because I want to change the user.
Code to Stop Mesibo:
if (Mesibo.isReady()) {
Mesibo.getSelfProfile().removeLocalProfile()
val mesiboStop = Mesibo.stop(true)
Mesibo.reset()
Timber.d("Stop Mesibo = $mesiboStop")
mNotifyUser?.clearNotification()
started = false
}
Then I'm trying to start the Mesibo again:
// set access token
val mesiboToken = tokenRepository.loadMesiboToken()
val setAccessToken = Mesibo.setAccessToken(mesiboToken)
Timber.d("SetAccessToken Mesibo : $setAccessToken") --> return -1
val setDatabase = Mesibo.setDatabase("", 0)
Timber.d("SetDB Mesibo : $setDatabase") --> return false
// Now start mesibo
val startMesibo = Mesibo.start()
Timber.d("Start Mesibo : $startMesibo") --> return 0
MesiboCall.getInstance().run {
val uiProperties = createCallProperties(true).ui
uiProperties.title = context.getString(R.string.app_name)
setDefaultUiProperties(uiProperties)
}
Android SDK Mesibo Version:
MESIBO_API = "1.6.4"
MESIBO_CALLS = "1.6.4"
MESIBO_UI = "1.6.4"
Thank You
Metadata
Metadata
Assignees
Labels
No labels