NIMSDK-AOS  9.16.0
RTSRingerConfig.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.rts.model;
2 
6 public class RTSRingerConfig {
10  public int res_connecting;
14  public int res_no_response;
18  public int res_peer_busy;
22  public int res_peer_reject;
26  public int res_ring;
27 }
int res_peer_busy
对方正在忙的铃声资源
int res_peer_reject
正在对方拒绝通话的铃声资源
int res_no_response
对方无响应的铃声资源
int res_connecting
正在连接的铃声资源