NIMSDK-AOS  9.19.10
RTSRingerConfig.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.rts.model;
2 
3 /**
4  * RTS铃声配置
5  */
6 public class RTSRingerConfig {
7  /**
8  * 正在连接的铃声资源
9  */
10  public int res_connecting;
11  /**
12  * 对方无响应的铃声资源
13  */
14  public int res_no_response;
15  /**
16  * 对方正在忙的铃声资源
17  */
18  public int res_peer_busy;
19  /**
20  * 正在对方拒绝通话的铃声资源
21  */
22  public int res_peer_reject;
23  /**
24  * 来电铃声资源
25  */
26  public int res_ring;
27 }
int res_peer_busy
对方正在忙的铃声资源
int res_peer_reject
正在对方拒绝通话的铃声资源
int res_no_response
对方无响应的铃声资源
int res_connecting
正在连接的铃声资源