Type alias PrepareStreamResponse

PrepareStreamResponse: {
    address?: string | Address;
    addressOverride?: string;
    audio?: SourceResponse | ProxiedSourceResponse;
    video: SourceResponse | ProxiedSourceResponse;
}

Type declaration

  • Optional address?: string | Address

    Deprecated

    The local ip address will be automatically determined by HAP-NodeJS. Any value set will be ignored. You may only still set a value to support version prior to 0.7.9

  • Optional addressOverride?: string

    Any value set to this optional property will overwrite the automatically determined local address, which is sent as RTP endpoint to the iOS device.

  • Optional audio?: SourceResponse | ProxiedSourceResponse
  • video: SourceResponse | ProxiedSourceResponse