Package io.rong.calllib
Class CallSessionImp
-
- All Implemented Interfaces:
public class CallSessionImpCreated by weiqinxiao on 16/3/26.
-
-
Field Summary
Fields Modifier and Type Field Description public StringcallIdpublic ConversationTypeconversationTypepublic StringtargetIdpublic RongCallCommon.CallMediaTypemediaTypepublic RongCallCommon.CallEngineTypeengineTypepublic RongCallCommon.CallUserTypeuserTypepublic longstartTimepublic longactiveTimepublic longendTimepublic StringselfUserIdpublic StringinviterUserIdpublic StringcallerUserIdpublic Stringextrapublic MessagecachedMsgpublic StringdynamicKeypublic MessagePushConfigpushConfigpublic RongCallCommon.RoomTyperoomTypepublic StringsessionId
-
Constructor Summary
Constructors Constructor Description CallSessionImp()
-
Method Summary
Modifier and Type Method Description StringgetCallId()voidsetCallId(String callId)ConversationTypegetConversationType()voidsetConversationType(ConversationType conversationType)StringgetTargetId()voidsetTargetId(String targetId)RongCallCommon.CallMediaTypegetMediaType()voidsetMediaType(RongCallCommon.CallMediaType mediaType)RongCallCommon.CallEngineTypegetEngineType()voidsetEngineType(RongCallCommon.CallEngineType engineType)RongCallCommon.CallUserTypegetUserType()voidsetUserType(RongCallCommon.CallUserType userType)longgetStartTime()voidsetStartTime(long startTime)longgetActiveTime()voidsetActiveTime(long activeTime)longgetEndTime()voidsetEndTime(long endTime)StringgetSelfUserId()voidsetSelfUserId(String selfUserId)StringgetInviterUserId()voidsetInviterUserId(String inviterUserId)StringgetCallerUserId()voidsetCallerUserId(String callerUserId)StringgetExtra()voidsetExtra(String extra)MessagegetCachedMsg()voidsetCachedMsg(Message cachedMsg)StringgetDynamicKey()voidsetDynamicKey(String dynamicKey)MessagePushConfiggetPushConfig()voidsetPushConfig(MessagePushConfig pushConfig)RongCallCommon.RoomTypegetRoomType()voidsetRoomType(RongCallCommon.RoomType roomType)StringgetSessionId()voidsetSessionId(String sessionId)List<CallUserProfile>getParticipantProfileList()CallUserProfilegetSelfProfile()SurfaceViewgetLocalVideo()voidsetLocalVideo(SurfaceView localVideo)List<String>getobserverUserList()voidsetParticipantUserList(List<CallUserProfile> participantsProfileList)List<String>getParticipantUserList()List<String>getParticipantUserListWithoutSelf()booleanisUseSignalServer()voidsetObserverUserList(List<String> observerUserList)voidsetUseSignalServer(boolean useSignalServer)-
-
Method Detail
-
getCallId
String getCallId()
-
setCallId
void setCallId(String callId)
-
getConversationType
ConversationType getConversationType()
-
setConversationType
void setConversationType(ConversationType conversationType)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getMediaType
RongCallCommon.CallMediaType getMediaType()
-
setMediaType
void setMediaType(RongCallCommon.CallMediaType mediaType)
-
getEngineType
RongCallCommon.CallEngineType getEngineType()
-
setEngineType
void setEngineType(RongCallCommon.CallEngineType engineType)
-
getUserType
RongCallCommon.CallUserType getUserType()
-
setUserType
void setUserType(RongCallCommon.CallUserType userType)
-
getStartTime
long getStartTime()
-
setStartTime
void setStartTime(long startTime)
-
getActiveTime
long getActiveTime()
-
setActiveTime
void setActiveTime(long activeTime)
-
getEndTime
long getEndTime()
-
setEndTime
void setEndTime(long endTime)
-
getSelfUserId
String getSelfUserId()
-
setSelfUserId
void setSelfUserId(String selfUserId)
-
getInviterUserId
String getInviterUserId()
-
setInviterUserId
void setInviterUserId(String inviterUserId)
-
getCallerUserId
String getCallerUserId()
-
setCallerUserId
void setCallerUserId(String callerUserId)
-
getExtra
String getExtra()
-
setExtra
void setExtra(String extra)
-
getCachedMsg
Message getCachedMsg()
-
setCachedMsg
void setCachedMsg(Message cachedMsg)
-
getDynamicKey
String getDynamicKey()
-
setDynamicKey
void setDynamicKey(String dynamicKey)
-
getPushConfig
MessagePushConfig getPushConfig()
-
setPushConfig
void setPushConfig(MessagePushConfig pushConfig)
-
getRoomType
RongCallCommon.RoomType getRoomType()
-
setRoomType
void setRoomType(RongCallCommon.RoomType roomType)
-
getSessionId
String getSessionId()
-
setSessionId
void setSessionId(String sessionId)
-
getParticipantProfileList
List<CallUserProfile> getParticipantProfileList()
-
getSelfProfile
CallUserProfile getSelfProfile()
-
getLocalVideo
SurfaceView getLocalVideo()
-
setLocalVideo
void setLocalVideo(SurfaceView localVideo)
-
getobserverUserList
List<String> getobserverUserList()
-
setParticipantUserList
void setParticipantUserList(List<CallUserProfile> participantsProfileList)
-
getParticipantUserList
List<String> getParticipantUserList()
-
getParticipantUserListWithoutSelf
List<String> getParticipantUserListWithoutSelf()
-
isUseSignalServer
boolean isUseSignalServer()
-
setObserverUserList
void setObserverUserList(List<String> observerUserList)
-
setUseSignalServer
void setUseSignalServer(boolean useSignalServer)
-
-
-
-