@amityco/ts-sdk 7.12.1-14007a1.0 → 7.12.1-3748bf9.0
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12882,7 +12882,7 @@ class AmityRoomAnalytics {
|
|
|
12882
12882
|
throw new ASCApiError('room is not in watchable state', 500000 /* Amity.ServerError.BUSINESS_ERROR */, "error" /* Amity.ErrorLevel.ERROR */);
|
|
12883
12883
|
}
|
|
12884
12884
|
// Generate session ID with prefix
|
|
12885
|
-
const prefix = this.room.status === 'live' ? 'room_' : '
|
|
12885
|
+
const prefix = this.room.status === 'live' ? 'room_' : 'room_playback_';
|
|
12886
12886
|
const sessionId = prefix + uuid__default["default"].v4();
|
|
12887
12887
|
// Create watch session entity
|
|
12888
12888
|
const session = {
|
package/dist/index.esm.js
CHANGED
|
@@ -28974,7 +28974,7 @@ class AmityRoomAnalytics {
|
|
|
28974
28974
|
throw new ASCApiError('room is not in watchable state', 500000 /* Amity.ServerError.BUSINESS_ERROR */, "error" /* Amity.ErrorLevel.ERROR */);
|
|
28975
28975
|
}
|
|
28976
28976
|
// Generate session ID with prefix
|
|
28977
|
-
const prefix = this.room.status === 'live' ? 'room_' : '
|
|
28977
|
+
const prefix = this.room.status === 'live' ? 'room_' : 'room_playback_';
|
|
28978
28978
|
const sessionId = prefix + uuid$1.v4();
|
|
28979
28979
|
// Create watch session entity
|
|
28980
28980
|
const session = {
|