joie / joie-web-app

Joie pairs you with world-class teachers to help you build a healthier and happier life – one step at a time.
https://joie.co
0 stars 0 forks source link

Extract kaltura <-> session bind to a cloud function #197

Open yinonov opened 3 years ago

yinonov commented 3 years ago

Is your feature request related to a problem? Please describe. Kaltura createLiveStreamEntry is called on every session creation

Describe the solution you'd like move this call to cloud function on firebase cloud function event trigger of session update/create Condition this call to occur only if session is of type liveStreaming

Additional context https://github.com/joie/joie-web-app/blob/e57e9ad03a1e8a5a83020cf67c79af96b695e99c/apps/joie/src/app/session-form/containers/session-form/session-form.component.ts#L89

yinonov commented 3 years ago

fixes #195