AgoraIO / Basic-Video-Broadcasting

Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, switch between front/rear cameras, and set the video parameters.
MIT License
269 stars 287 forks source link

Chat panel with live streaming #79

Open Taha-Seddik opened 4 years ago

Taha-Seddik commented 4 years ago

Hi, I'm seeking some informations about the Agora platform does the platform gives the possibility to make a live chat panel behind the the video live streaming ?

if no does it possible to make a custom chat module with asp.net core , signalR and relate it with the live streaming

thanks in advance

plutoless commented 4 years ago

@NoobDay you may use our real time messaging sdk https://docs.agora.io/en/Real-time-Messaging/product_rtm?platform=All%20Platforms you will need to build the UI panel yourself though.

Taha-Seddik commented 4 years ago

thanks

khalaniaiyaj commented 4 years ago

Is there any sample web app in which we can see video and real time chat both ?

plutoless commented 4 years ago

@khalaniaiyaj we don't have a demo having both but we have them separately https://webdemo.agora.io/agora-web-showcase/examples/OpenLive-Web/#/ https://webdemo.agora.io/agora-web-showcase/examples/Agora-RTM-Tutorial-Web/