@3dsource/angular-unreal-module 0.0.88 → 0.0.89

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.
@@ -74,7 +74,7 @@ const OrchestrationMessageTypes = {
74
74
  p2pEstablished: 'p2pEstablished',
75
75
  instanceReserved: 'instanceReserved',
76
76
  playerDisconnected: 'playerDisconnected',
77
- streamPreparedForInteraction: 'streamPreparedForInteraction',
77
+ streamPreparedForUserInteraction: 'streamPreparedForUserInteraction',
78
78
  streamerDisconnected: 'streamerDisconnected',
79
79
  interruptClientStream: 'interruptClientStream',
80
80
  };
@@ -1229,7 +1229,7 @@ class SignallingService extends SubService {
1229
1229
  .pipe(filter(Truthy))
1230
1230
  .subscribe(() => {
1231
1231
  this.send({
1232
- type: 'streamPreparedForInteraction',
1232
+ type: 'streamPreparedForUserInteraction',
1233
1233
  correlationId: generateUuid(),
1234
1234
  });
1235
1235
  });