callEnded property
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);
Implementation
@$pb.TagNumber(23)
set callEnded(CallEnded v) { setField(23, v); }