genesys-cloud-streaming-client 17.2.1-STREAM-71.2 → 17.2.1-develop.102

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.
@@ -9,7 +9,6 @@ export interface Propose {
9
9
  originalRoomJid?: string;
10
10
  fromUserId?: string;
11
11
  sdpOverXmpp?: boolean;
12
- privAnswerMode?: 'Auto';
13
12
  }
14
13
  declare module 'stanza/protocol' {
15
14
  interface IQPayload {
@@ -11,7 +11,6 @@ const proposeDefinition = {
11
11
  conversationId: jxt_1.attribute('inin-cid'),
12
12
  persistentConversationId: jxt_1.attribute('inin-persistent-cid'),
13
13
  sdpOverXmpp: jxt_1.booleanAttribute('inin-sdp-over-xmpp'),
14
- privAnswerMode: jxt_1.attribute('inin-priv-answer-mode'),
15
14
  originalRoomJid: jxt_1.attribute('inin-ofrom'),
16
15
  autoAnswer: jxt_1.booleanAttribute('inin-autoanswer'),
17
16
  fromUserId: jxt_1.attribute('inin-user-id'),
@@ -125,7 +125,6 @@ export interface IPendingSession {
125
125
  conversationId: string;
126
126
  originalRoomJid?: string;
127
127
  sdpOverXmpp?: boolean;
128
- privAnswerMode?: 'Auto';
129
128
  fromUserId?: string;
130
129
  roomJid?: string;
131
130
  accepted?: boolean;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "STREAM-71",
3
+ "version": "17.2.1",
4
4
  "ecosystem": "pc",
5
5
  "team": "Client Streaming and Signaling",
6
6
  "indexFiles": [
@@ -17,6 +17,6 @@
17
17
  "file": "v17/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "2",
21
- "buildDate": "2024-06-10T18:57:51.100613Z"
20
+ "build": "102",
21
+ "buildDate": "2024-06-10T18:59:37.616051Z"
22
22
  }
@@ -20037,7 +20037,6 @@ const proposeDefinition = {
20037
20037
  conversationId: jxt.attribute('inin-cid'),
20038
20038
  persistentConversationId: jxt.attribute('inin-persistent-cid'),
20039
20039
  sdpOverXmpp: jxt.booleanAttribute('inin-sdp-over-xmpp'),
20040
- privAnswerMode: jxt.attribute('inin-priv-answer-mode'),
20041
20040
  originalRoomJid: jxt.attribute('inin-ofrom'),
20042
20041
  autoAnswer: jxt.booleanAttribute('inin-autoanswer'),
20043
20042
  fromUserId: jxt.attribute('inin-user-id'),
@@ -9,7 +9,6 @@ export interface Propose {
9
9
  originalRoomJid?: string;
10
10
  fromUserId?: string;
11
11
  sdpOverXmpp?: boolean;
12
- privAnswerMode?: 'Auto';
13
12
  }
14
13
  declare module 'stanza/protocol' {
15
14
  interface IQPayload {
@@ -8,7 +8,6 @@ const proposeDefinition = {
8
8
  conversationId: attribute('inin-cid'),
9
9
  persistentConversationId: attribute('inin-persistent-cid'),
10
10
  sdpOverXmpp: booleanAttribute('inin-sdp-over-xmpp'),
11
- privAnswerMode: attribute('inin-priv-answer-mode'),
12
11
  originalRoomJid: attribute('inin-ofrom'),
13
12
  autoAnswer: booleanAttribute('inin-autoanswer'),
14
13
  fromUserId: attribute('inin-user-id'),
@@ -125,7 +125,6 @@ export interface IPendingSession {
125
125
  conversationId: string;
126
126
  originalRoomJid?: string;
127
127
  sdpOverXmpp?: boolean;
128
- privAnswerMode?: 'Auto';
129
128
  fromUserId?: string;
130
129
  roomJid?: string;
131
130
  accepted?: boolean;
@@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.2.0...HEAD)
9
9
  ### Changed
10
10
  * [STREAM-96](https://inindca.atlassian.net/browse/STREAM-96) - Forcefully disconnect the WebSocket when missed pings are detected to help reconnect faster
11
- ### Added
12
- * [STREAM-71](https://inindca.atlassian.net/browse/STREAM-71) - proxy the priv-answer-mode param on the propose to the pendingSession (used for internal purposes)
13
11
 
14
12
  # [v17.2.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.1.3...v17.2.0)
15
13
  ### Added
@@ -9,7 +9,6 @@ export interface Propose {
9
9
  originalRoomJid?: string;
10
10
  fromUserId?: string;
11
11
  sdpOverXmpp?: boolean;
12
- privAnswerMode?: 'Auto';
13
12
  }
14
13
  declare module 'stanza/protocol' {
15
14
  interface IQPayload {
@@ -11,7 +11,6 @@ const proposeDefinition = {
11
11
  conversationId: jxt_1.attribute('inin-cid'),
12
12
  persistentConversationId: jxt_1.attribute('inin-persistent-cid'),
13
13
  sdpOverXmpp: jxt_1.booleanAttribute('inin-sdp-over-xmpp'),
14
- privAnswerMode: jxt_1.attribute('inin-priv-answer-mode'),
15
14
  originalRoomJid: jxt_1.attribute('inin-ofrom'),
16
15
  autoAnswer: jxt_1.booleanAttribute('inin-autoanswer'),
17
16
  fromUserId: jxt_1.attribute('inin-user-id'),
@@ -125,7 +125,6 @@ export interface IPendingSession {
125
125
  conversationId: string;
126
126
  originalRoomJid?: string;
127
127
  sdpOverXmpp?: boolean;
128
- privAnswerMode?: 'Auto';
129
128
  fromUserId?: string;
130
129
  roomJid?: string;
131
130
  accepted?: boolean;