joinResponse property

  1. @TagNumber.new(13)
JoinResponse get joinResponse

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);
  1. @TagNumber.new(13)
set joinResponse (JoinResponse value)

Implementation

@$pb.TagNumber(13)
set joinResponse(JoinResponse value) => $_setField(13, value);