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