Package cn.rongcloud.callplus.api
Interface RCCallPlusStartConfig
-
- All Implemented Interfaces:
public interface RCCallPlusStartConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract class
RCCallPlusStartConfig.Builder
-
Method Summary
Modifier and Type Method Description abstract RCCallPlusMediaType
getMediaType()
获取设置的通话媒体类型 abstract RCCallPlusType
getCallType()
获取设置的通话类型 abstract List<String>
getCallUsers()
获取设置的邀请人员列表 -
-
Method Detail
-
getMediaType
abstract RCCallPlusMediaType getMediaType()
获取设置的通话媒体类型
-
getCallType
abstract RCCallPlusType getCallType()
获取设置的通话类型
-
getCallUsers
abstract List<String> getCallUsers()
获取设置的邀请人员列表
-
-
-
-