Get Chat Messages
Fetch chat messages in a room/livestream
Fetch chat messages in a room/livestream
Query Parameters
Name
Type
Description
{
code: 200,
msg: 'success',
messages: [Object, Object, Object, Object],
cursor: '',
fetchInterval: 1000,
now: '',
internalExt: '',
hasMore: true
}{
code: 404,
msg: 'That room does not exist'
}Last updated