Search Unity

Bug Disconnecting user from a channel

Discussion in 'Vivox (Voice & Text Chat)' started by Chen5464, Oct 14, 2022.

  1. Chen5464

    Chen5464

    Joined:
    Jan 14, 2018
    Posts:
    15
    Hello, I have a issue when im trying to use the Disconnect() Function.
    when my player click the button to disconnect from a channel its makes all the other clients to disconnect as well.
     
  2. MurphyMurph_21

    MurphyMurph_21

    Joined:
    Jul 3, 2020
    Posts:
    73
    Are you using the Vivox Voice Chat asset from the Unity asset store, or the Vivox Developer portal Unity sdk? Also are you using a custom script or the scripts provided from the asset/sdk?
     
  3. Chen5464

    Chen5464

    Joined:
    Jan 14, 2018
    Posts:
    15
    Using custom script and I download it from unity asset store.
    Idnk why the Disconnect function from vivox not working
     
  4. MurphyMurph_21

    MurphyMurph_21

    Joined:
    Jul 3, 2020
    Posts:
    73
    Thanks for clarifying, at this point I think we need to see some code in order to better help you. Just share the code relating to the Disconnect method and whatever public/private variables defined outside of the method you are using(ex. private ILoginSession _loginSession).
     
    UnityKip likes this.