DisconnectReason
public enum DisconnectReason
The enumuaration 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
-
Unknown error
Declaration
Swift
case error(Error)