Changed the topic description to transcript and added console.log for webrtc incoming messages

This commit is contained in:
Koper
2023-07-20 22:23:21 +07:00
parent 959b7f4ca4
commit 154132e028
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ export function Dashboard({
</div>
</div>
{openIndex === index && (
<div className="mt-2 p-2 bg-white">{item.description}</div>
<div className="mt-2 p-2 bg-white">{item.transcript}</div>
)}
</div>
))}