Skip to content

Commit d75ad9d

Browse files
committed
update dev-guide for android and ios SDK
1 parent 438e25b commit d75ad9d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/dev-guide/android-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@ Stops the recording based on `mode` and also can stop `transcription` if it was
566566
##### OVERWRITE_CONFIG
567567
Overwrites `config` during the meeting.
568568

569+
##### SEND_CAMERA_FACING_MODE_MESSAGE
570+
Sends a message `to` with the `facingMode` via data channel.
571+
569572
## ProGuard rules
570573

571574
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

docs/dev-guide/ios-sdk.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,19 @@ Called when a meeting unique id was set. `data` contains the following informati
357357

358358
- `sessionId`: the unique conference id.
359359

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+
360373
### Picture-in-Picture
361374

362375
`JitsiMeetView` will automatically adjust its UI when presented in a

0 commit comments

Comments
 (0)