File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -566,6 +566,9 @@ Stops the recording based on `mode` and also can stop `transcription` if it was
566
566
##### OVERWRITE_CONFIG
567
567
Overwrites ` config ` during the meeting.
568
568
569
+ ##### SEND_CAMERA_FACING_MODE_MESSAGE
570
+ Sends a message ` to ` with the ` facingMode ` via data channel.
571
+
569
572
## ProGuard rules
570
573
571
574
When using the SDK on a project some proguard rules have to be added to avoid necessary code being stripped. Add the following to your project's
Original file line number Diff line number Diff line change @@ -357,6 +357,19 @@ Called when a meeting unique id was set. `data` contains the following informati
357
357
358
358
- ` sessionId ` : the unique conference id.
359
359
360
+ #### recordingStatusChanged
361
+
362
+ Called when current recording status is changing. ` data ` contains the following information:
363
+
364
+ - ` error `
365
+ - ` id `
366
+ - ` initiator `
367
+ - ` liveStreamViewURL `
368
+ - ` mode `
369
+ - ` status `
370
+ - ` terminator `
371
+ - ` timestamp `
372
+
360
373
### Picture-in-Picture
361
374
362
375
` JitsiMeetView ` will automatically adjust its UI when presented in a
You can’t perform that action at this time.
0 commit comments