Show / Hide Table of Contents

Struct TRTCVolumeInfo

6.5 Volume

You can use this parameter to display an icon on the UI that indicates whether a user is speaking.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct TRTCVolumeInfo

Fields

userId

UTF-8-encoded user ID of the speaker

Declaration
public String userId
Field Value
Type Description
String

volume

Volume of the speaker. Value range: 0-100

Declaration
public UInt32 volume
Field Value
Type Description
UInt32
In This Article
Back to top Generated by DocFX