Class: TencentCloud::Vod::V20180717::TrtcRecordInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

TRTC伴生录制信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sdkappid = nil, roomid = nil, taskid = nil, userids = nil) ⇒ TrtcRecordInfo

Returns a new instance of TrtcRecordInfo.



28681
28682
28683
28684
28685
28686
# File 'lib/v20180717/models.rb', line 28681

def initialize(sdkappid=nil, roomid=nil, taskid=nil, userids=nil)
  @SdkAppId = sdkappid
  @RoomId = roomid
  @TaskId = taskid
  @UserIds = userids
end

Instance Attribute Details

#RoomIdObject

Parameters:

  • SdkAppId:

    TRTC 应用 ID。

  • RoomId:

    TRTC 房间 ID。

  • TaskId:

    录制任务 ID。

  • UserIds:

    参与录制的用户 ID 列表。



28679
28680
28681
# File 'lib/v20180717/models.rb', line 28679

def RoomId
  @RoomId
end

#SdkAppIdObject

Parameters:

  • SdkAppId:

    TRTC 应用 ID。

  • RoomId:

    TRTC 房间 ID。

  • TaskId:

    录制任务 ID。

  • UserIds:

    参与录制的用户 ID 列表。



28679
28680
28681
# File 'lib/v20180717/models.rb', line 28679

def SdkAppId
  @SdkAppId
end

#TaskIdObject

Parameters:

  • SdkAppId:

    TRTC 应用 ID。

  • RoomId:

    TRTC 房间 ID。

  • TaskId:

    录制任务 ID。

  • UserIds:

    参与录制的用户 ID 列表。



28679
28680
28681
# File 'lib/v20180717/models.rb', line 28679

def TaskId
  @TaskId
end

#UserIdsObject

Parameters:

  • SdkAppId:

    TRTC 应用 ID。

  • RoomId:

    TRTC 房间 ID。

  • TaskId:

    录制任务 ID。

  • UserIds:

    参与录制的用户 ID 列表。



28679
28680
28681
# File 'lib/v20180717/models.rb', line 28679

def UserIds
  @UserIds
end

Instance Method Details

#deserialize(params) ⇒ Object



28688
28689
28690
28691
28692
28693
# File 'lib/v20180717/models.rb', line 28688

def deserialize(params)
  @SdkAppId = params['SdkAppId']
  @RoomId = params['RoomId']
  @TaskId = params['TaskId']
  @UserIds = params['UserIds']
end