client-sdk-js
a087e036 - Add support for transcription handling (#1119)

Commit
1 year ago
Add support for transcription handling (#1119) * Add support for transcription handling * Create honest-vans-tan.md * emit event for each segment * Emit segement array and also emit on publication * export TranscriptionSegment type * Add track sync time updates * make import more explicit * emit events also for local participant * mark transcription events as beta * update protocol
Author
Parents
  • .changeset
    • File
      honest-vans-tan.md
  • File
    package.json
  • File
    pnpm-lock.yaml
  • src
    • File
      index.ts
    • room
      • File
        RTCEngine.ts
      • File
        Room.ts
      • File
        events.ts
      • participant
        • File
          Participant.ts
      • track
        • File
          RemoteTrack.ts
        • File
          Track.ts
        • File
          TrackPublication.ts
      • File
        types.ts
      • File
        utils.ts