ConversationCall
open class ConversationCall
Represents a call within Conversation
context
-
Declaration
Swift
open private(set) var id: String! { get }
-
Declaration
Swift
open private(set) var type: ConversationCallType! { get }
-
Declaration
Swift
open private(set) var roomId: String! { get }
-
Undocumented
Declaration
Swift
open func getConversation() -> Conversation?