We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a658d commit 364c9aeCopy full SHA for 364c9ae
docs/src/app/pages/Components/ActiveCallPanel/Demo.js
@@ -27,6 +27,7 @@ props.fallBackName = 'Unknown';
27
props.flipNumbers = [];
28
props.recordStatus = 'recordStatus-idle';
29
props.onShowKeyPad = () => null;
30
+props.calls = [{}, {}];
31
/**
32
* A example of `ActiveCallPanel`
33
*/
docs/src/app/pages/Components/CallCtrlPanel/Demo.js
@@ -25,6 +25,7 @@ props.areaCode = 'test string';
25
props.countryCode = 'test string';
26
props.selectedMatcherIndex = 0;
props.onSelectMatcherName = () => null;
* A example of `CallCtrlPanel`
0 commit comments