Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends the specified tone at 50% volume.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Send ( _
tone As Integer _
)
'Usage
Dim instance As ToneController
Dim tone As Integer
instance.Send(tone)
public void Send(
int tone
)
Parameters
- tone
Type: System.Int32
The tone to be sent.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when tone argument is out of range (less than MinTone or greater than MaxTone). |
Remarks
Tones will be sent only when all three of the conditions are true. - An active AudioVideoFlow is attached. - AudioVideoFlow.ToneEnabled is equal to true. - AudioVideoFlow.HoldType equals to None.