Requests recording startup for the current room.
Room, member, and socket details.
Resolves after the emit request is sent.
await startRecords({ roomName: 'RoomA', member: 'AdminUser', socket,}); Copy
await startRecords({ roomName: 'RoomA', member: 'AdminUser', socket,});
Requests recording startup for the current room.