callEnded property

  1. @TagNumber.new(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.new(23)
set callEnded (CallEnded value)

Implementation

@$pb.TagNumber(23)
set callEnded(CallEnded value) => $_setField(23, value);