From b3978a697d5ef11166b73f39793c293842ce9740 Mon Sep 17 00:00:00 2001 From: Ivan Derianto <32887298+ivder@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:41:41 +0100 Subject: [PATCH] Update hisplayer-api.md --- hisplayer-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hisplayer-api.md b/hisplayer-api.md index 0b503ac..66c3a47 100644 --- a/hisplayer-api.md +++ b/hisplayer-api.md @@ -4,7 +4,7 @@ The following public APIs are provided by **HISPlayerManager** -* **public string licenseKey**: License key for making the SDK works. License key is not required for Unity Editor. +* **public string licenseKey**: License key for making the SDK works. License key is not required for Unity Editor usage. * **public List multiStreamProperties**: List of properties for multi stream. Please, don't modify this list directly, use the **AddStream** or **RemoveStream** functions instead.