mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: update Broadcasting link in Typedoc
parent
c670bee1aa
commit
fa91a529bc
|
@ -163,7 +163,7 @@ export interface SessionEventMap extends EventMap {
|
|||
* <a href="https://docs.openvidu.io/en/stable/openvidu-enterprise/" style="display: inline-block; background-color: rgb(156, 39, 176); color: white; font-weight: bold; padding: 0px 5px; margin: 0 2px 0 2px; border-radius: 3px; font-size: 13px; line-height:21px; text-decoration: none; font-family: Montserrat, sans-serif">ENTERPRISE</a>
|
||||
* editions**
|
||||
*
|
||||
* Event dispatched when the session has started being broadcasted. See [Broadcasting to YouTube/Twitch](/en/stable/advanced-features/broadcasting/)
|
||||
* Event dispatched when the session has started being broadcasted. See [Broadcast to YouTube/Twitch](/en/stable/advanced-features/broadcast/)
|
||||
*/
|
||||
broadcastStarted: never;
|
||||
|
||||
|
@ -174,7 +174,7 @@ export interface SessionEventMap extends EventMap {
|
|||
* <a href="https://docs.openvidu.io/en/stable/openvidu-enterprise/" style="display: inline-block; background-color: rgb(156, 39, 176); color: white; font-weight: bold; padding: 0px 5px; margin: 0 2px 0 2px; border-radius: 3px; font-size: 13px; line-height:21px; text-decoration: none; font-family: Montserrat, sans-serif">ENTERPRISE</a>
|
||||
* editions**
|
||||
*
|
||||
* Event dispatched when the session has stopped being broadcasted. See [Broadcasting to YouTube/Twitch](/en/stable/advanced-features/broadcasting/)
|
||||
* Event dispatched when the session has stopped being broadcasted. See [Broadcast to YouTube/Twitch](/en/stable/advanced-features/broadcast/)
|
||||
*/
|
||||
broadcastStopped: never;
|
||||
|
||||
|
|
Loading…
Reference in New Issue