@multiplayer-app/session-recorder-browser 1.0.0 → 1.0.1-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -214,7 +214,7 @@ The Session Recorder provides several methods for controlling session recording:
214
214
  - `SessionRecorder.pause()` - Pause the current session
215
215
  - `SessionRecorder.resume()` - Resume the current session
216
216
  - `SessionRecorder.cancel()` - Cancel the current session
217
- - `SessionRecorder.save()` - Save the continuous debugging session
217
+ - `SessionRecorder.save()` - Save the continuous recording session
218
218
 
219
219
  ### Configuration
220
220
 
@@ -234,7 +234,7 @@ The Session Recorder provides several methods for controlling session recording:
234
234
  ### Session Types
235
235
 
236
236
  - `SessionType.PLAIN` - Standard session recording
237
- - `SessionType.CONTINUOUS` - Continuous debugging session
237
+ - `SessionType.CONTINUOUS` - Continuous recording session
238
238
 
239
239
  ### Session States
240
240