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

Provide an ID along with FriendlyName? #19

Closed
damonbrodie opened this issue Oct 19, 2018 · 3 comments
Closed

Provide an ID along with FriendlyName? #19

damonbrodie opened this issue Oct 19, 2018 · 3 comments

Comments

@damonbrodie
Copy link
Contributor

I'm using GoogleCast and it works very well! Thanks for providing this!

My application stores a selected receiver from the list of receivers and casts to that device. Looking at the exposed attributes of IReceiver I see Friendly Name and IPEndPoint - both of which are dynamic. IP addresses will change with DHCP and the Friendly Name is alterable by the user. What I would like to do is store a unique ID for the selected receiver and then use that when it is time to connect. This way the friendly name can be changed at will without affecting anything.

Is it possible to expose a .Id of somekind against each receiver in IReceiver?

@damonbrodie
Copy link
Contributor Author

I've created PR #20 to add this functionality.

@damonbrodie
Copy link
Contributor Author

Thanks for incorporating my PR - any change you could uprev the release on nuget?

@kakone
Copy link
Owner

kakone commented Oct 22, 2018

Available in version 1.6.7.

@kakone kakone closed this as completed Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants