rename to relay-direct-rtc

This commit is contained in:
Sasha 2023-10-02 23:29:51 +02:00
parent 835880c92c
commit 2fdd20f60d
No known key found for this signature in database
12 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
web-chat,
noise-js,
noise-rtc,
relay-direct-chat
relay-direct-rtc
]
runs-on: ubuntu-latest
steps:

2
ci/Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
stage('web-chat') { steps { script { buildExample() } } }
stage('noise-js') { steps { script { buildExample() } } }
stage('noise-rtc') { steps { script { buildExample() } } }
stage('relay-direct-chat') { steps { script { buildExample() } } }
stage('relay-direct-rtc') { steps { script { buildExample() } } }
}
}

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB