joinResponse property
JoinResponse acknowledges a participant successfully joining the call. This is sent in response to the JoinRequest.
Implementation
@$pb.TagNumber(13)
JoinResponse get joinResponse => $_getN(9);
Implementation
@$pb.TagNumber(13)
set joinResponse(JoinResponse v) { setField(13, v); }