DisconnectReason
public enum DisconnectReason
The enumeration of reasons for a call being disconnected.
Since
1.2.0-
The local party has left the call.
Declaration
Swift
case localLeft
-
The remote party has left the call.
Declaration
Swift
case remoteLeft
-
This event is fired when the resources of the call object gets cleared after disconnection.
Since
3.0.0Declaration
Swift
case callEnded
-
Unknown error
Declaration
Swift
case error(Error)