@webex/event-dictionary-ts 1.0.1613 → 1.0.1615
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.
|
@@ -3486,7 +3486,7 @@ export interface Event {
|
|
|
3486
3486
|
* Call type indication
|
|
3487
3487
|
*/
|
|
3488
3488
|
wxcCallMetadata?: {
|
|
3489
|
-
bwcCallType?: "Sip" | "Xsi" | "Other";
|
|
3489
|
+
bwcCallType?: "Sip" | "Xsi" | "HandledElsewhere" | "Other";
|
|
3490
3490
|
callAcceptInBackground?: boolean;
|
|
3491
3491
|
callNegotiatedAsVideo?: boolean;
|
|
3492
3492
|
callOrigin?: string;
|
|
@@ -15735,7 +15735,7 @@ export interface ClientEvent {
|
|
|
15735
15735
|
* Call type indication
|
|
15736
15736
|
*/
|
|
15737
15737
|
wxcCallMetadata?: {
|
|
15738
|
-
bwcCallType?: "Sip" | "Xsi" | "Other";
|
|
15738
|
+
bwcCallType?: "Sip" | "Xsi" | "HandledElsewhere" | "Other";
|
|
15739
15739
|
callAcceptInBackground?: boolean;
|
|
15740
15740
|
callNegotiatedAsVideo?: boolean;
|
|
15741
15741
|
callOrigin?: string;
|
package/package.json
CHANGED