Object NERoomRtcParameters
-
- All Implemented Interfaces:
public class NERoomRtcParameters
房间Rtc参数
-
-
Field Summary
Fields Modifier and Type Field Description private final String
kNERoomRtcKeyRecordAudioEnabled
private final String
kNERoomRtcKeyRecordVideoEnabled
public final static NERoomRtcParameters
INSTANCE
-
Method Summary
Modifier and Type Method Description final String
getKNERoomRtcKeyRecordAudioEnabled()
允许音频录制 final String
getKNERoomRtcKeyRecordVideoEnabled()
允许视频录制 -
-
Method Detail
-
getKNERoomRtcKeyRecordAudioEnabled
final String getKNERoomRtcKeyRecordAudioEnabled()
允许音频录制
-
getKNERoomRtcKeyRecordVideoEnabled
final String getKNERoomRtcKeyRecordVideoEnabled()
允许视频录制
-
-
-
-