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

[Bug] onChange abstract method on SocketResponse #338

Open
1 task done
PavansinhMoon opened this issue Apr 10, 2024 · 0 comments
Open
1 task done

[Bug] onChange abstract method on SocketResponse #338

PavansinhMoon opened this issue Apr 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@PavansinhMoon
Copy link

Bug Category

  • Other

SDK Version
'com.github.team-telnyx:telnyx-webrtc-android:v1.2.20-alpha'

Describe the bug
After updating the "implementation 'com.google.accompanist:accompanist-permissions:0.34.0'" library in jetpack compose we got "Object is not abstract and does not implement abstract base class member public abstract fun onChanged(value: SocketResponse): Unit defined in com.telnyx.webrtc.sdk.verto.receive.SocketObserver" error in socket response observer.

Expected behaviour
Telnyx method functionality working same after upgrading other library version

To Reproduce
Steps to reproduce the behaviour:

  1. Upgrade jetpack compose permission '0.28.0' to '0.34.0'
  2. Sync gradle and run app

Android Device (please complete the following information):

  • Any device

Logs
1.
Object is not abstract and does not implement abstract base class member public abstract fun onChanged(value: SocketResponse): Unit defined in com.telnyx.webrtc.sdk.verto.receive.SocketObserver

After implementing onChanged
2.
Accidental override: The following declarations have the same JVM signature (onChanged(Lcom/telnyx/webrtc/sdk/verto/receive/SocketResponse;)V):
fun onChanged(value: SocketResponse): Unit defined in amplify.call.models.viewmodels.TelnyxViewModel.observerResponse.<no name provided>
fun onChanged(t: SocketResponse?): Unit defined in amplify.call.models.viewmodels.TelnyxViewModel.observerResponse.<no name provided>

@PavansinhMoon PavansinhMoon added the bug Something isn't working label Apr 10, 2024
@PavansinhMoon PavansinhMoon changed the title [Bug] abstract and does not implement [Bug] onChange abstract method on SocketResponse Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant