Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing browser send offer support. #212

Merged
merged 9 commits into from
Jul 29, 2024
16 changes: 8 additions & 8 deletions Common/docs/classes/Logger_Logger.Logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ logging to the browser console.

#### Defined in

[Logger/Logger.ts:8](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L8)
[Logger/Logger.ts:8](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L8)

## Methods

Expand All @@ -69,7 +69,7 @@ The common log function that all other log functions call to.

#### Defined in

[Logger/Logger.ts:87](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L87)
[Logger/Logger.ts:87](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L87)

___

Expand All @@ -92,7 +92,7 @@ The standard logging output

#### Defined in

[Logger/Logger.ts:68](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L68)
[Logger/Logger.ts:68](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L68)

___

Expand All @@ -110,7 +110,7 @@ the current stack

#### Defined in

[Logger/Logger.ts:14](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L14)
[Logger/Logger.ts:14](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L14)

___

Expand All @@ -134,7 +134,7 @@ The standard logging output

#### Defined in

[Logger/Logger.ts:55](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L55)
[Logger/Logger.ts:55](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L55)

___

Expand All @@ -158,7 +158,7 @@ The standard logging output

#### Defined in

[Logger/Logger.ts:41](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L41)
[Logger/Logger.ts:41](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L41)

___

Expand All @@ -180,7 +180,7 @@ Set the log verbosity level

#### Defined in

[Logger/Logger.ts:29](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L29)
[Logger/Logger.ts:29](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L29)

___

Expand All @@ -203,4 +203,4 @@ The standard logging output

#### Defined in

[Logger/Logger.ts:77](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Logger/Logger.ts#L77)
[Logger/Logger.ts:77](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Logger/Logger.ts#L77)
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ EventEmitter.constructor

#### Defined in

[Protocol/SignallingProtocol.ts:34](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L34)
[Protocol/SignallingProtocol.ts:34](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L34)

## Properties

Expand All @@ -81,7 +81,7 @@ EventEmitter.constructor

#### Defined in

[Protocol/SignallingProtocol.ts:32](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L32)
[Protocol/SignallingProtocol.ts:32](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L32)

## Accessors

Expand All @@ -95,7 +95,7 @@ EventEmitter.constructor

#### Defined in

[Protocol/SignallingProtocol.ts:29](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L29)
[Protocol/SignallingProtocol.ts:29](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L29)

## Methods

Expand All @@ -119,7 +119,7 @@ True if the connection call succeeded.

#### Defined in

[Protocol/SignallingProtocol.ts:56](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L56)
[Protocol/SignallingProtocol.ts:56](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L56)

___

Expand All @@ -142,7 +142,7 @@ Asks the transport to disconnect from any connection it might have.

#### Defined in

[Protocol/SignallingProtocol.ts:65](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L65)
[Protocol/SignallingProtocol.ts:65](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L65)

___

Expand All @@ -160,7 +160,7 @@ True if the protocol is connected.

#### Defined in

[Protocol/SignallingProtocol.ts:73](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L73)
[Protocol/SignallingProtocol.ts:73](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L73)

___

Expand All @@ -182,4 +182,4 @@ Passes a message to the transport to send to the other end.

#### Defined in

[Protocol/SignallingProtocol.ts:81](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Protocol/SignallingProtocol.ts#L81)
[Protocol/SignallingProtocol.ts:81](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Protocol/SignallingProtocol.ts#L81)
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ The controller for the WebSocket and all associated methods

### Methods

- [close](Transport_WebSocketTransport.WebSocketTransport.md#close)
- [connect](Transport_WebSocketTransport.WebSocketTransport.md#connect)
- [disconnect](Transport_WebSocketTransport.WebSocketTransport.md#disconnect)
- [handleOnClose](Transport_WebSocketTransport.WebSocketTransport.md#handleonclose)
Expand All @@ -57,7 +56,7 @@ EventEmitter.constructor

#### Defined in

[Transport/WebSocketTransport.ts:22](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L22)
[Transport/WebSocketTransport.ts:22](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L22)

## Properties

Expand All @@ -67,7 +66,7 @@ EventEmitter.constructor

#### Defined in

[Transport/WebSocketTransport.ts:19](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L19)
[Transport/WebSocketTransport.ts:19](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L19)

___

Expand Down Expand Up @@ -97,7 +96,7 @@ Callback filled in by the SignallingProtocol and should be called by the transpo

#### Defined in

[Transport/WebSocketTransport.ts:37](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L37)
[Transport/WebSocketTransport.ts:37](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L37)

___

Expand All @@ -107,26 +106,10 @@ ___

#### Defined in

[Transport/WebSocketTransport.ts:20](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L20)
[Transport/WebSocketTransport.ts:20](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L20)

## Methods

### close

▸ **close**(): `void`

Closes the Websocket connection

#### Returns

`void`

#### Defined in

[Transport/WebSocketTransport.ts:185](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L185)

___

### connect

▸ **connect**(`connectionURL`): `boolean`
Expand All @@ -151,7 +134,7 @@ If there is a connection

#### Defined in

[Transport/WebSocketTransport.ts:44](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L44)
[Transport/WebSocketTransport.ts:44](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L44)

___

Expand All @@ -178,7 +161,7 @@ Disconnect this transport.

#### Defined in

[Transport/WebSocketTransport.ts:65](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L65)
[Transport/WebSocketTransport.ts:65](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L65)

___

Expand All @@ -200,7 +183,7 @@ Handles when the Websocket is closed

#### Defined in

[Transport/WebSocketTransport.ts:171](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L171)
[Transport/WebSocketTransport.ts:171](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L171)

___

Expand All @@ -216,7 +199,7 @@ Handles when there is an error on the websocket

#### Defined in

[Transport/WebSocketTransport.ts:162](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L162)
[Transport/WebSocketTransport.ts:162](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L162)

___

Expand All @@ -238,7 +221,7 @@ Handles what happens when a message is received

#### Defined in

[Transport/WebSocketTransport.ts:116](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L116)
[Transport/WebSocketTransport.ts:116](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L116)

___

Expand All @@ -260,7 +243,7 @@ Handles what happens when a message is received in binary form

#### Defined in

[Transport/WebSocketTransport.ts:83](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L83)
[Transport/WebSocketTransport.ts:83](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L83)

___

Expand All @@ -276,7 +259,7 @@ Handles when the Websocket is opened

#### Defined in

[Transport/WebSocketTransport.ts:150](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L150)
[Transport/WebSocketTransport.ts:150](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L150)

___

Expand All @@ -298,7 +281,7 @@ True if the transport is connected.

#### Defined in

[Transport/WebSocketTransport.ts:75](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L75)
[Transport/WebSocketTransport.ts:75](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L75)

___

Expand All @@ -324,4 +307,4 @@ Sends a message over the websocket.

#### Defined in

[Transport/WebSocketTransport.ts:30](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransport.ts#L30)
[Transport/WebSocketTransport.ts:30](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransport.ts#L30)
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EventEmitter.constructor

#### Defined in

[Transport/WebSocketTransportNJS.ts:18](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L18)
[Transport/WebSocketTransportNJS.ts:18](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L18)

## Properties

Expand All @@ -75,7 +75,7 @@ EventEmitter.constructor

#### Defined in

[Transport/WebSocketTransportNJS.ts:15](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L15)
[Transport/WebSocketTransportNJS.ts:15](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L15)

___

Expand Down Expand Up @@ -105,7 +105,7 @@ Callback filled in by the SignallingProtocol and should be called by the transpo

#### Defined in

[Transport/WebSocketTransportNJS.ts:38](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L38)
[Transport/WebSocketTransportNJS.ts:38](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L38)

___

Expand All @@ -115,7 +115,7 @@ ___

#### Defined in

[Transport/WebSocketTransportNJS.ts:16](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L16)
[Transport/WebSocketTransportNJS.ts:16](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L16)

## Methods

Expand All @@ -131,7 +131,7 @@ Closes the Websocket connection

#### Defined in

[Transport/WebSocketTransportNJS.ts:114](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L114)
[Transport/WebSocketTransportNJS.ts:114](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L114)

___

Expand Down Expand Up @@ -159,7 +159,7 @@ If there is a connection

#### Defined in

[Transport/WebSocketTransportNJS.ts:45](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L45)
[Transport/WebSocketTransportNJS.ts:45](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L45)

___

Expand All @@ -186,7 +186,7 @@ Disconnect this transport.

#### Defined in

[Transport/WebSocketTransportNJS.ts:56](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L56)
[Transport/WebSocketTransportNJS.ts:56](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L56)

___

Expand All @@ -208,7 +208,7 @@ Handles when the Websocket is closed

#### Defined in

[Transport/WebSocketTransportNJS.ts:107](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L107)
[Transport/WebSocketTransportNJS.ts:107](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L107)

___

Expand All @@ -230,7 +230,7 @@ Handles when there is an error on the websocket

#### Defined in

[Transport/WebSocketTransportNJS.ts:99](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L99)
[Transport/WebSocketTransportNJS.ts:99](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L99)

___

Expand All @@ -252,7 +252,7 @@ Handles what happens when a message is received

#### Defined in

[Transport/WebSocketTransportNJS.ts:74](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L74)
[Transport/WebSocketTransportNJS.ts:74](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L74)

___

Expand All @@ -274,7 +274,7 @@ Handles when the Websocket is opened

#### Defined in

[Transport/WebSocketTransportNJS.ts:91](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L91)
[Transport/WebSocketTransportNJS.ts:91](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L91)

___

Expand All @@ -296,7 +296,7 @@ True if the transport is connected.

#### Defined in

[Transport/WebSocketTransportNJS.ts:66](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L66)
[Transport/WebSocketTransportNJS.ts:66](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L66)

___

Expand All @@ -322,4 +322,4 @@ Sends a message over the websocket.

#### Defined in

[Transport/WebSocketTransportNJS.ts:31](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Transport/WebSocketTransportNJS.ts#L31)
[Transport/WebSocketTransportNJS.ts:31](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Transport/WebSocketTransportNJS.ts#L31)
4 changes: 2 additions & 2 deletions Common/docs/interfaces/Messages_base_message.BaseMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All Pixel Streaming messages should adhere to this interface.

#### Defined in

[Messages/base_message.ts:8](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Messages/base_message.ts#L8)
[Messages/base_message.ts:8](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Messages/base_message.ts#L8)

___

Expand All @@ -31,4 +31,4 @@ ___

#### Defined in

[Messages/base_message.ts:6](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Common/src/Messages/base_message.ts#L6)
[Messages/base_message.ts:6](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/841ef6a/Common/src/Messages/base_message.ts#L6)
Loading
Loading