-
Notifications
You must be signed in to change notification settings - Fork 20
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
added metaData, streamName to HandshakeMessage package. #27
base: master
Are you sure you want to change the base?
added metaData, streamName to HandshakeMessage package. #27
Conversation
…thod: Introduced 'AntPeer' struct to manage peers more efficiently, replacing the streamId list with a versatile list of 'AntPeer' instances. Updated 'HandshakeMessage' struct by adding 'metaData' and 'streamName' fields for improved functionality. Refactored 'publishMessage' method for clearer publishing using 'AntPeer' instances. These changes collectively enhance peer management, align package structures, and simplify the publishing process. Code updates and package modifications complete. Ready for pull request! Feel free to make changes as needed. But please maintain the idea which is to send the streamName and metaData alongside streamId.
Thank you @MuhammadjonTohirov for your contributions. I appreciate it. 👏 I'll try to merge in my convenient time |
Hi @mekya, I appreciate that you responded to 'pull request'. Can you look through and do something about it. It would be great if you merged it to main repository. |
Hi @MuhammadjonTohirov , Thank you. I've added this to my todo list to review and merge. Thank you for your contribution. Please add me on linkedin if it's possible. |
Conflicts: WebRTCiOSSDK/api/AntMediaClient.swift
Conflicts: WebRTCiOSSDK/api/AntMediaClient.swift
…data send current status in onpacket mic, cam, pin, screenshare
…data sendData WebRTCClient now checking for iceConnectionState
ee1df43
to
679b0bb
Compare
Enhanced Peer Handling, Package Updates, and Refactored Publishing Method: Introduced 'AntPeer' struct to manage peers more efficiently, replacing the streamId list with a versatile list of 'AntPeer' instances. Updated 'HandshakeMessage' struct by adding 'metaData' and 'streamName' fields for improved functionality. Refactored 'publishMessage' method for clearer publishing using 'AntPeer' instances. These changes collectively enhance peer management, align package structures, and simplify the publishing process. Code updates and package modifications complete. Ready for pull request!
Feel free to make changes as needed. But please maintain the idea which is to send the streamName and metaData alongside streamId.