toggle menu
Android-CallPlus-SDK
2.1.5
cn.rongcloud.callplus
switch theme
search in API
Android-CallPlus-SDK
/
cn.rongcloud.callplus.api
/
RCCallPlusSession
RCCall
Plus
Session
public
abstract
class
RCCallPlusSession
Members
Constructors
RCCall
Plus
Session
Link copied to clipboard
public
void
RCCallPlusSession
(
)
Functions
get
Caller
User
Id
Link copied to clipboard
public
abstract
String
getCallerUserId
(
)
通话发起人 ID
get
Call
Id
Link copied to clipboard
public
abstract
String
getCallId
(
)
获取呼叫会话id
get
Call
Type
Link copied to clipboard
public
abstract
RCCallPlusType
getCallType
(
)
获取呼叫类型
get
Encryption
Link copied to clipboard
public
abstract
RCCallPlusEncryption
getEncryption
(
)
get
Invitor
User
Id
Link copied to clipboard
public
abstract
String
getInvitorUserId
(
)
通话邀请人Id 如果通话是本端用户发起,则该值为本端用户Id 如果通话是远端用户发起,则该值为邀请人Id
get
Media
Type
Link copied to clipboard
public
abstract
RCCallPlusMediaType
getMediaType
(
)
获取当前呼叫媒体类型
get
Remote
User
List
Link copied to clipboard
public
abstract
List
<
RCCallPlusUser
>
getRemoteUserList
(
)
获取通话用户列表
get
State
Link copied to clipboard
public
abstract
RCCallPlusSessionStatus
getState
(
)
当前通话所处的状态
get
Sync
Data
Link copied to clipboard
public
abstract
String
getSyncData
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)