RCRTCBaseRoom

public interface RCRTCBaseRoom

Functions

Link copied to clipboard
public abstract void deleteRoomAttributes(List<String> attributeKeys, MessageContent message, IRCRTCResultCallback callback)
删除房间属性
Link copied to clipboard
public abstract RCRTCRemoteUser getRemoteUser(String userId)
获取指定远端用户
Link copied to clipboard
public abstract List<RCRTCRemoteUser> getRemoteUsers()
获取所有远端用户
Link copied to clipboard
public abstract void getRoomAttributes(List<String> attributeKeys, IRCRTCResultDataCallback<Map<String, String>> callback)
获取房间属性
Link copied to clipboard
public abstract String getRoomId()
获取房间 ID
Link copied to clipboard
public abstract String getSessionId()
获取当前通话唯一标识
Link copied to clipboard
public abstract void setRoomAttribute(String key, String value, MessageContent message, IRCRTCResultCallback callback)
设置房间属性
Link copied to clipboard
@Deprecated()
public abstract void setRoomAttributeValue(String value, String key, MessageContent message, IRCRTCResultCallback callback)
设置房间属性。已废弃,使用 setRoomAttribute 代替。