Grandstream Networks GXV3175 Telephone User Manual


 
Grandstream Networks, Inc. GMI HTML SDK and API Guide Page 9 of 17
www.grandstream.com Last Updated: 07/2011
N/A
Note
LaunchServer’s program must exist in the menu which
has already removed the unused items. Otherwise, it
could not be launched.
For instance, if Youtube has already been removed from
menu.xml, launchService(“Youtube”) could not be
launched.
4.9 simpleGMI.play()
Function
simpleGMI.play(url, mode)
Description
Play the audio/video as specified in url
Parameter and Return Value Parameter:
url - specify the url address of the audio/video to be
played. Use “;” to separate multiple files
mode - play mode. 0 - Play once; 1 - Repeat
Return Value:
N/A
Note
N/A
4.10 simpleGMI.stopPlay()
Function
simpleGMI.stopPlay()
Description
Stop playing
Parameter and Return Value
Parameter:
N/A
Return Value:
N/A
Note
N/A
4.11 simpleGMI.udp()
Function
simpleGMI.udp(host, port, data)