Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[StartStreemFromInvitationResult](../index.html)/[Error](index.html)

Error

[androidJvm]
sealed class Error : StartStreemFromInvitationResult

Types

Name Summary
ClientVersionTooOld [androidJvm]
object ClientVersionTooOld : StartStreemFromInvitationResult.Error
InvitationDeclined [androidJvm]
object InvitationDeclined : StartStreemFromInvitationResult.Error
UnexpectedError [androidJvm]
class UnexpectedError(val joinedCallTime: Date?, val error: Throwable?) : StartStreemFromInvitationResult.Error

Inheritors

Name
InvitationDeclined
ClientVersionTooOld
UnexpectedError