@vgroup/dialbox 0.8.4 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -672,7 +672,7 @@ class ExtensionService {
672
672
  const httpOptions = { headers: new HttpHeaders(params) };
673
673
  return this.http.get(environment.apiUrl + `/utilities/ext/ur/call/status/participant/${participantId}`, httpOptions);
674
674
  }
675
- getRemoveParticipants(participantId, conferenceId, isTimer) {
675
+ getRemoveParticipants(participantId, conferenceId, isTimer = false) {
676
676
  return this.http.get(environment.apiUrl + `/utilities/ext/ur/remove/participant/${participantId}/${conferenceId}?timer=${isTimer}`);
677
677
  }
678
678
  muteParticipant() {