NorskSettings.transport property

Inject a transport in place of the real grpc MediaClient — e.g. a scripted fake for unit testing without a running engine. When omitted, the SDK constructs a real MediaClient against url exactly as before.

Signature:

transport?: MediaClientLike;