Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support new rtmp endpoints in video client #1379

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

nivklein
Copy link

No description provided.

* @type {string}
* @memberof CallRTMPBroadcast
*/
CallID: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This case is a bit weird, open api models usually follow snake case, could this be a mistake?

@@ -634,6 +638,21 @@ export class Call {
return response;
};

startRTMPBroadcast = async (data: StartRTMPBroadcastsRequest) => {
console.log('Niv is VERY VERY 1232 awesome >>>>')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, but probably the console.log was probably left here by mistake 🙂

@szuperaz szuperaz changed the title Support new rtmp endpoints in video client feat: support new rtmp endpoints in video client May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants