feat(ios/android/sdk): delegate transcription chunk received event (#14516)

* feat(subtitles): created separate helpers for delegating transcription chunks events 
on web and mobile
This commit is contained in:
Calinteodor
2024-03-28 14:10:02 +02:00
committed by GitHub
parent 47598222ce
commit 5247fbdc0f
12 changed files with 106 additions and 24 deletions

View File

@@ -86,7 +86,7 @@ const CONFERENCE_TERMINATED = 'CONFERENCE_TERMINATED';
const ENDPOINT_TEXT_MESSAGE_RECEIVED = 'ENDPOINT_TEXT_MESSAGE_RECEIVED';
/**
* Event which will be emitted on the native side to indicate a participant togggles
* Event which will be emitted on the native side to indicate a participant toggles
* the screen share.
*/
const SCREEN_SHARE_TOGGLED = 'SCREEN_SHARE_TOGGLED';