public interface AVChatAttachment extends MsgAttachment
Modifier and Type | Method and Description |
---|---|
int |
getDuration()
Get the call duration
|
java.lang.String |
getExtendMessage()
Get the custom field from the caller
|
AVChatRecordState |
getState()
Get the call state in CDR.
|
AVChatType |
getType()
Get the call type: audio call or video call
|
boolean |
isMultiUser()
Chech if it is a group call
|
toJson
AVChatRecordState getState()
int getDuration()
AVChatType getType()
boolean isMultiUser()
java.lang.String getExtendMessage()