Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from jellyfish-dev/jellyfish
Browse files Browse the repository at this point in the history
Jellyfish refactor
  • Loading branch information
graszka22 authored Jun 22, 2023
2 parents d499d10 + a049a8b commit 4c95c3a
Show file tree
Hide file tree
Showing 20 changed files with 441 additions and 462 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: Deploy Docs
on:
workflow_dispatch:
push:
tags:
- "*"
Expand All @@ -20,4 +20,4 @@ jobs:
REPO: self
BRANCH: gh-pages
FOLDER: MembraneRTC/build/dokka/html
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.membraneframework.rtc

/**
* A set of options used by the <strong>MembraneRTC</strong> when creating the client.
* @property encoderOptions The encoder options used to encode video
*/
data class CreateOptions(
val encoderOptions: EncoderOptions = EncoderOptions()
)
Loading

0 comments on commit 4c95c3a

Please sign in to comment.