NIMSDK-AOS  9.16.3
AVChatOSCategory.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.avchat.constant;
2 
3 import com.netease.nrtc.engine.rawapi.RtcOSCategory;
4 
5 public interface AVChatOSCategory {
9  int OS_DEFAULT = RtcOSCategory.OS_DEFAULT;
10 
14  int OS_TV = RtcOSCategory.OS_TV;
15 
19  int OS_WATCH = RtcOSCategory.OS_WATCH;
20 }