Utilize result type instead of error stream when attempting to create a call link.
This commit is contained in:
parent
99c9ba0b70
commit
cc5e3fc085
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class SignalCallLinkManager(
|
|||
)
|
||||
} catch (e: Exception) {
|
||||
Log.e(TAG, "Failed to create call link credential.", e)
|
||||
emitter.onError(e)
|
||||
emitter.onSuccess(CreateCallLinkResult.Failure(-1))
|
||||
return@create
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue