ICallSetBackgroundAudio Method

This music is played as a backround and plays role of "music on hold". It is muffled when prompt is played. PlayPrompt may stop or resume playback using [Stop/Resume]Background flag default music is started by default.
script should use this method only when executed in Active mode.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
void SetBackgroundAudio(
	bool startstop,
	string[] files
)

Parameters

startstop  Boolean
true - start bakground music. false - stop background music.
files  String
reserved for future use

Remarks

This method does not "starts" playback of the background audio. It just specify the audio content which should be played if allowed

See Also