Hi Erel this is question: " to set the volume level of each channel"
I can write:
Public ph As Phone
ph.SetVolume(ph.VOLUME_MUSIC, 5, True)
And this work if you have one streaming.
Now i have 2 streaming at the same time, so how do i distinguish between different streaming and to be able to increase or decrease one of the values between the stream 1 and 2 ??
Thank you