1 package com.netease.nimlib.sdk.avsignalling.event;
10 private String toAccountId;
11 private String requestId;
16 this.toAccountId = toAccountId;
17 this.requestId = requestId;
18 this.ackStatus = status;
InviteAckStatus getAckStatus()
获取确认动作 , 接受InviteAckStatus#ACCEPT或拒绝InviteAckStatus#REJECT
InviteAckEvent(SignallingEvent event, String toAccountId, String requestId, InviteAckStatus status)
String getToAccountId()
被操作者帐号,这里指应答了谁的邀请
String getRequestId()
邀请发起者生成的邀请唯一标识