Documentation

APICallRequest extends Message
in package

Generated from protobuf message <code>livekit.APICallRequest</code>

Table of Contents

Properties

$message  : mixed

Methods

__construct()  : mixed
Constructor.
getCreateRoomRequest()  : CreateRoomRequest|null
Generated from protobuf field <code>.livekit.CreateRoomRequest create_room_request = 1;</code>
getDeleteRoomRequest()  : DeleteRoomRequest|null
Generated from protobuf field <code>.livekit.DeleteRoomRequest delete_room_request = 3;</code>
getListParticipantsRequest()  : ListParticipantsRequest|null
Generated from protobuf field <code>.livekit.ListParticipantsRequest list_participants_request = 4;</code>
getListRoomsRequest()  : ListRoomsRequest|null
Generated from protobuf field <code>.livekit.ListRoomsRequest list_rooms_request = 2;</code>
getMessage()  : string
getMuteRoomTrackRequest()  : MuteRoomTrackRequest|null
Generated from protobuf field <code>.livekit.MuteRoomTrackRequest mute_room_track_request = 6;</code>
getRoomParticipantIdentity()  : RoomParticipantIdentity|null
Generated from protobuf field <code>.livekit.RoomParticipantIdentity room_participant_identity = 5;</code>
getSendDataRequest()  : SendDataRequest|null
Generated from protobuf field <code>.livekit.SendDataRequest send_data_request = 9;</code>
getUpdateParticipantRequest()  : UpdateParticipantRequest|null
Generated from protobuf field <code>.livekit.UpdateParticipantRequest update_participant_request = 7;</code>
getUpdateRoomMetadataRequest()  : UpdateRoomMetadataRequest|null
Generated from protobuf field <code>.livekit.UpdateRoomMetadataRequest update_room_metadata_request = 10;</code>
getUpdateSubscriptionsRequest()  : UpdateSubscriptionsRequest|null
Generated from protobuf field <code>.livekit.UpdateSubscriptionsRequest update_subscriptions_request = 8;</code>
hasCreateRoomRequest()  : mixed
hasDeleteRoomRequest()  : mixed
hasListParticipantsRequest()  : mixed
hasListRoomsRequest()  : mixed
hasMuteRoomTrackRequest()  : mixed
hasRoomParticipantIdentity()  : mixed
hasSendDataRequest()  : mixed
hasUpdateParticipantRequest()  : mixed
hasUpdateRoomMetadataRequest()  : mixed
hasUpdateSubscriptionsRequest()  : mixed
setCreateRoomRequest()  : $this
Generated from protobuf field <code>.livekit.CreateRoomRequest create_room_request = 1;</code>
setDeleteRoomRequest()  : $this
Generated from protobuf field <code>.livekit.DeleteRoomRequest delete_room_request = 3;</code>
setListParticipantsRequest()  : $this
Generated from protobuf field <code>.livekit.ListParticipantsRequest list_participants_request = 4;</code>
setListRoomsRequest()  : $this
Generated from protobuf field <code>.livekit.ListRoomsRequest list_rooms_request = 2;</code>
setMuteRoomTrackRequest()  : $this
Generated from protobuf field <code>.livekit.MuteRoomTrackRequest mute_room_track_request = 6;</code>
setRoomParticipantIdentity()  : $this
Generated from protobuf field <code>.livekit.RoomParticipantIdentity room_participant_identity = 5;</code>
setSendDataRequest()  : $this
Generated from protobuf field <code>.livekit.SendDataRequest send_data_request = 9;</code>
setUpdateParticipantRequest()  : $this
Generated from protobuf field <code>.livekit.UpdateParticipantRequest update_participant_request = 7;</code>
setUpdateRoomMetadataRequest()  : $this
Generated from protobuf field <code>.livekit.UpdateRoomMetadataRequest update_room_metadata_request = 10;</code>
setUpdateSubscriptionsRequest()  : $this
Generated from protobuf field <code>.livekit.UpdateSubscriptionsRequest update_subscriptions_request = 8;</code>

Properties

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type \Livekit\CreateRoomRequest $create_room_request
@type \Livekit\ListRoomsRequest $list_rooms_request
@type \Livekit\DeleteRoomRequest $delete_room_request
@type \Livekit\ListParticipantsRequest $list_participants_request
@type \Livekit\RoomParticipantIdentity $room_participant_identity
@type \Livekit\MuteRoomTrackRequest $mute_room_track_request
@type \Livekit\UpdateParticipantRequest $update_participant_request
@type \Livekit\UpdateSubscriptionsRequest $update_subscriptions_request
@type \Livekit\SendDataRequest $send_data_request
@type \Livekit\UpdateRoomMetadataRequest $update_room_metadata_request

}

hasListParticipantsRequest()

public hasListParticipantsRequest() : mixed

hasMuteRoomTrackRequest()

public hasMuteRoomTrackRequest() : mixed

hasRoomParticipantIdentity()

public hasRoomParticipantIdentity() : mixed

hasUpdateParticipantRequest()

public hasUpdateParticipantRequest() : mixed

hasUpdateRoomMetadataRequest()

public hasUpdateRoomMetadataRequest() : mixed

hasUpdateSubscriptionsRequest()

public hasUpdateSubscriptionsRequest() : mixed

setCreateRoomRequest()

Generated from protobuf field <code>.livekit.CreateRoomRequest create_room_request = 1;</code>

public setCreateRoomRequest(CreateRoomRequest $var) : $this
Parameters
$var : CreateRoomRequest
Return values
$this

setDeleteRoomRequest()

Generated from protobuf field <code>.livekit.DeleteRoomRequest delete_room_request = 3;</code>

public setDeleteRoomRequest(DeleteRoomRequest $var) : $this
Parameters
$var : DeleteRoomRequest
Return values
$this

setListRoomsRequest()

Generated from protobuf field <code>.livekit.ListRoomsRequest list_rooms_request = 2;</code>

public setListRoomsRequest(ListRoomsRequest $var) : $this
Parameters
$var : ListRoomsRequest
Return values
$this

setSendDataRequest()

Generated from protobuf field <code>.livekit.SendDataRequest send_data_request = 9;</code>

public setSendDataRequest(SendDataRequest $var) : $this
Parameters
$var : SendDataRequest
Return values
$this

        
On this page

Search results