MediaSFU Shared
    Preparing search index...

    Function startRecords

    • Requests recording startup for the current room.

      Parameters

      Returns Promise<void>

      Resolves after the emit request is sent.

      await startRecords({
      roomName: 'RoomA',
      member: 'AdminUser',
      socket,
      });