Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create wrapper class for HMSTrack #8

Closed
ygit opened this issue Jul 10, 2021 · 0 comments · Fixed by #13
Closed

Create wrapper class for HMSTrack #8

ygit opened this issue Jul 10, 2021 · 0 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request
Projects

Comments

@ygit
Copy link
Member

ygit commented Jul 10, 2021

// HMSTrack

open class HMSTrack : NSObject {

    open var trackId: String { get }

    open var kind: HMSTrack! { get }

    open var source: Int32 { get }

    open var trackDescription: String { get }
    
    open func isMute() -> Bool
}
@ygit ygit added the enhancement New feature or request label Jul 10, 2021
@ygit ygit added this to To do in Backlog via automation Jul 10, 2021
@lavi-moolchandani lavi-moolchandani linked a pull request Jul 14, 2021 that will close this issue
@lavi-moolchandani lavi-moolchandani moved this from To do to In progress in Backlog Jul 14, 2021
@lavi-moolchandani lavi-moolchandani moved this from In progress to Verify in Backlog Jul 19, 2021
@ygit ygit moved this from Verify to Done in Backlog Jul 21, 2021
@ygit ygit closed this as completed Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Backlog
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants