Skip to content

Commit

Permalink
Issue #ED-1290 merge: Merge pull request #3409 from sujithsojan/relea…
Browse files Browse the repository at this point in the history
…se-6.0.0_ED-1290

Issue #ED-1290 fix: Telemetry not generating for player
  • Loading branch information
swayangjit authored May 24, 2023
2 parents 7e1bffd + e57f779 commit ee82971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/player/player.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ export class PlayerPage implements OnInit, OnDestroy, PlayerActionHandlerDelegat
this.previewElement.nativeElement.contentWindow['EkstepRendererAPI'].dispatchEvent('renderer:telemetry:end');
this.closeIframe();
} else {
this.previewElement.nativeElement.contentWindow['TelemetryService'].interact(
'END', 'ALERT_OK', 'EXIT', { type, stageId });
this.location.back();
}
}
Expand Down

0 comments on commit ee82971

Please sign in to comment.