-
Notifications
You must be signed in to change notification settings - Fork 119
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
DEVX-5908 Implement Audio Connector functionality #247
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This API is currently in beta. Will it be shipping when this update to the Ruby SDK is released? If not, we should ship this with a beta release and mark it as beta (in the docs and in the release tag).
Also, will the REST API include get and list methods when this ships (after beta)? We should add methods for those.
@jeffswartz we'll keep this on-hold for now and will ship it sometime in Q4 one the feature is GA. |
Description
WebSocket
class which provides aconnect
method for connecting streams to a WebSocket URIOpenTok
andClient
classes to work with the newWebSocket
classOpenTokWebSocketError
forWebSocket
-specific issuesWebSocket#connect
methodMotivation and Context
It implements a feature in the SDK which is being added to the API.
How Has This Been Tested?
Added a test for the
WebSocket#connect
methodExample Output or Screenshots (if appropriate):
Types of changes
Checklist: