Documentation

NativeBridgeInitializePublisher extends Message
in package

Generated from protobuf message <code>plugnmeet.NativeBridgeInitializePublisher</code>

Table of Contents

Properties

$e2ee  : mixed
Generated from protobuf field <code>optional .plugnmeet.NativeBridgeE2EE e2ee = 4;</code>
$livekit_url  : mixed
Generated from protobuf field <code>string livekit_url = 1;</code>
$native_user_id  : mixed
Generated from protobuf field <code>string native_user_id = 3;</code>
$token  : mixed
Generated from protobuf field <code>string token = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearE2Ee()  : mixed
getE2Ee()  : NativeBridgeE2EE|null
Generated from protobuf field <code>optional .plugnmeet.NativeBridgeE2EE e2ee = 4;</code>
getLivekitUrl()  : string
Generated from protobuf field <code>string livekit_url = 1;</code>
getNativeUserId()  : string
Generated from protobuf field <code>string native_user_id = 3;</code>
getToken()  : string
Generated from protobuf field <code>string token = 2;</code>
hasE2Ee()  : mixed
setE2Ee()  : $this
Generated from protobuf field <code>optional .plugnmeet.NativeBridgeE2EE e2ee = 4;</code>
setLivekitUrl()  : $this
Generated from protobuf field <code>string livekit_url = 1;</code>
setNativeUserId()  : $this
Generated from protobuf field <code>string native_user_id = 3;</code>
setToken()  : $this
Generated from protobuf field <code>string token = 2;</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 string $livekit_url
@type string $token
@type string $native_user_id
@type \Mynaparrot\PlugnmeetProto\NativeBridgeE2EE $e2ee

}

getLivekitUrl()

Generated from protobuf field <code>string livekit_url = 1;</code>

public getLivekitUrl() : string
Return values
string

getNativeUserId()

Generated from protobuf field <code>string native_user_id = 3;</code>

public getNativeUserId() : string
Return values
string

setLivekitUrl()

Generated from protobuf field <code>string livekit_url = 1;</code>

public setLivekitUrl(string $var) : $this
Parameters
$var : string
Return values
$this

setNativeUserId()

Generated from protobuf field <code>string native_user_id = 3;</code>

public setNativeUserId(string $var) : $this
Parameters
$var : string
Return values
$this

setToken()

Generated from protobuf field <code>string token = 2;</code>

public setToken(string $var) : $this
Parameters
$var : string
Return values
$this
On this page

Search results