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

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skyman503 committed Aug 4, 2023
1 parent cd88789 commit c342ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.viewinterop.AndroidView
import com.jellyfishdev.jellyfishclient.webrtc.VideoTrack
import com.jellyfishdev.jellyfishclient.webrtc.VideoTextureViewRenderer
import com.jellyfishdev.jellyfishclient.webrtc.VideoTrack
import org.webrtc.RendererCommon

enum class VideoViewLayout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ package com.example.jellyfishandroidexample
import android.app.Application
import androidx.lifecycle.AndroidViewModel
import androidx.lifecycle.viewModelScope
import com.jellyfishdev.jellyfishclient.webrtc.SimulcastConfig
import com.jellyfishdev.jellyfishclient.webrtc.LocalVideoTrack
import com.jellyfishdev.jellyfishclient.webrtc.RemoteVideoTrack
import com.jellyfishdev.jellyfishclient.webrtc.VideoParameters
import com.jellyfishdev.jellyfishclient.Config
import com.jellyfishdev.jellyfishclient.JellyfishClient
import com.jellyfishdev.jellyfishclient.JellyfishClientListener
import com.jellyfishdev.jellyfishclient.Peer
import com.jellyfishdev.jellyfishclient.TrackContext
import com.jellyfishdev.jellyfishclient.webrtc.LocalVideoTrack
import com.jellyfishdev.jellyfishclient.webrtc.RemoteVideoTrack
import com.jellyfishdev.jellyfishclient.webrtc.SimulcastConfig
import com.jellyfishdev.jellyfishclient.webrtc.VideoParameters
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.launch

Expand Down

0 comments on commit c342ee1

Please sign in to comment.