NIMSDK-AOS  10.9.50
AVChatOSCategory.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.avchat.constant;
2 
3 import com.netease.nrtc.engine.rawapi.RtcOSCategory;
4 
5 public interface AVChatOSCategory {
6  /**
7  * 普通 Android 设备
8  */
9  int OS_DEFAULT = RtcOSCategory.OS_DEFAULT;
10 
11  /**
12  * 机顶盒
13  */
14  int OS_TV = RtcOSCategory.OS_TV;
15 
16  /**
17  * 手表系统
18  */
19  int OS_WATCH = RtcOSCategory.OS_WATCH;
20 }