mobileSoundOnChannel

Returns the sound that is currently playing (if any) on the given channel.

# Metadata

Platforms: mobile OS: ios, android Introduced: 4.6 Security:

# Syntax

mobileSoundOnChannel(channel)

# Params

- channel : The name of the channel.

# Examples

get mobileSoundOnChannel(theChannel)

put mobileSoundOnChannel("current") into tCurrentSound

# Description

Use the mobileSoundOnChannel function to find what sound (if any) is playing on the current channel.

# Tags

# See