Uses of Class
com.tencentcloudapi.ame.v20190916.models.TRTCJoinRoomInput
-
Packages that use TRTCJoinRoomInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of TRTCJoinRoomInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return TRTCJoinRoomInput Modifier and Type Method Description TRTCJoinRoomInputJoinRoomInput. getTRTCJoinRoomInput()Get TRTC进房参数Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type TRTCJoinRoomInput Modifier and Type Method Description voidJoinRoomInput. setTRTCJoinRoomInput(TRTCJoinRoomInput TRTCJoinRoomInput)Set TRTC进房参数Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type TRTCJoinRoomInput Constructor Description TRTCJoinRoomInput(TRTCJoinRoomInput source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-