How to embed youtube livestream chat

后端 未结 5 793
陌清茗
陌清茗 2020-12-06 03:34

I\'m trying to embed a youtube livestream chat onto a webpage on my website,


TS part :

constructor(private sanitizer: DomSanitizer) {}

ngOnInit() {
  this.url = this.sanitizer.bypassSecurityTrustResourceUrl('https://www.youtube.com/live_chat?v=[YOUR_LIVESTREAM_ID]&embed_domain=' + window.location.hostname);
}

提交回复
热议问题