callEnded property

  1. @TagNumber(23)
CallEnded get callEnded

CallEnded is sent by the SFU to the client to signal that the call has ended. The reason may specify why the call has ended.

Implementation

@$pb.TagNumber(23)
CallEnded get callEnded => $_getN(18);
  1. @TagNumber(23)
set callEnded (CallEnded v)

Implementation

@$pb.TagNumber(23)
set callEnded(CallEnded v) { setField(23, v); }