123
This commit is contained in:
@@ -30,10 +30,12 @@ public class UserCall implements Serializable {
|
||||
*
|
||||
*/
|
||||
private Long fromUid;
|
||||
private String fromUsercode;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private Long toUid;
|
||||
private String toUsercode;
|
||||
/**
|
||||
* 状态 0 创建通话 1 呼叫方连接上 2呼叫方取消通话 3 接收方连接上 4收到通话取消通话 5.超时未接听 6接听方已拒绝 7 已接听 8通话结束 9已评分 10通话完成
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user