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

Unable to see [LG] webOS TV (DIAL, webOS TV, DLNA) options in available Device List using ConnectSDK #392

Open
pranali-pardhe opened this issue Jun 15, 2022 · 0 comments

Comments

@pranali-pardhe
Copy link

pranali-pardhe commented Jun 15, 2022

Hi,

We have integrated connect SDK in our Android app as per the documentation provided. In our app we are not able to see all the device options for LG TV (Ex. DIAL, webOS TV, DLNA) in the available device list dialog. We're only able to see [LG] webOS AirPlay device in the list.

The same code which we have added in our project, we tried to add in one sample app and the same code is giving us the required list of devices.

Device details: LG TV webOS (ver webOS 4.x.x)

Dependency used : implementation 'com.connectsdk:connect-sdk-android:1.6.0'

Code Added :

DiscoveryManager.init(getApplicationContext());

mDiscoveryManager = DiscoveryManager.getInstance();
mDiscoveryManager.registerDefaultDeviceTypes();
mDiscoveryManager.setPairingLevel(DiscoveryManager.PairingLevel.ON);
DiscoveryManager.getInstance().start();

Also attached required listeners and all the user permissions referred from https://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler

Can someone help us to understand what can go wrong here or if anything we're missing?

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

No branches or pull requests

1 participant