0
我正在使用Cordova構建應用程序,並且我設法使用iframe在我的應用程序中顯示youtube實時流視頻。現在,我需要在我的應用程序中顯示實時聊天,我發現下面的iframe實時聊天嵌入。如何在沒有域名的情況下嵌入youtube實時消息
<center>
<iframe height="500px" width="100%" src="https://www.youtube.com/live_chat?v=VIDEO_ID&embed_domain=YOUR_DOMAIN"/>
</center>
但我的問題是我建設科爾多瓦應用程序,我沒有embed_domain所需。有沒有解決這個問題的方法?
謝謝。