Returns the current volume of the given channel.
# Metadata
Platforms: mobile OS: ios, android Introduced: 4.6 Security:
# Syntax
mobileSoundChannelVolume(channel)
# Params
- channel : The name of the channel.
# Examples
get mobileSoundChannelVolume(theChannel)
put mobileSoundChannelVolume("current") into tVolume
# Description
Use the mobileSoundChannelVolume function to find the current volume of the given channel.
If you attempt to get the volume of a non-existent channel empty will be returned.
# Tags
# See
- **command:** mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel - **function:** mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus - **message:** soundFinishedOnChannel