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
$e2ee
Generated from protobuf field <code>optional .plugnmeet.NativeBridgeE2EE e2ee = 4;</code>
protected
mixed
$e2ee
= null
$livekit_url
Generated from protobuf field <code>string livekit_url = 1;</code>
protected
mixed
$livekit_url
= ''
$native_user_id
Generated from protobuf field <code>string native_user_id = 3;</code>
protected
mixed
$native_user_id
= ''
$token
Generated from protobuf field <code>string token = 2;</code>
protected
mixed
$token
= ''
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}
clearE2Ee()
public
clearE2Ee() : mixed
getE2Ee()
Generated from protobuf field <code>optional .plugnmeet.NativeBridgeE2EE e2ee = 4;</code>
public
getE2Ee() : NativeBridgeE2EE|null
Return values
NativeBridgeE2EE|nullgetLivekitUrl()
Generated from protobuf field <code>string livekit_url = 1;</code>
public
getLivekitUrl() : string
Return values
stringgetNativeUserId()
Generated from protobuf field <code>string native_user_id = 3;</code>
public
getNativeUserId() : string
Return values
stringgetToken()
Generated from protobuf field <code>string token = 2;</code>
public
getToken() : string
Return values
stringhasE2Ee()
public
hasE2Ee() : mixed
setE2Ee()
Generated from protobuf field <code>optional .plugnmeet.NativeBridgeE2EE e2ee = 4;</code>
public
setE2Ee(NativeBridgeE2EE $var) : $this
Parameters
- $var : NativeBridgeE2EE
Return values
$thissetLivekitUrl()
Generated from protobuf field <code>string livekit_url = 1;</code>
public
setLivekitUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetNativeUserId()
Generated from protobuf field <code>string native_user_id = 3;</code>
public
setNativeUserId(string $var) : $this
Parameters
- $var : string
Return values
$thissetToken()
Generated from protobuf field <code>string token = 2;</code>
public
setToken(string $var) : $this
Parameters
- $var : string