Class WebRTCViewerInfo

java.lang.Object
io.antmedia.datastore.db.types.WebRTCViewerInfo

@Deprecated(since="2.7.0", forRemoval=true) @Entity("WebRTCViewerInfo") @Indexes(@Index(fields=@Field("viewerId"))) public class WebRTCViewerInfo extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use subscriber class and rest methods, it will be deleted in coming versions
Author:
mekya
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.bson.types.ObjectId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bson.types.ObjectId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDbId(org.bson.types.ObjectId dbId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEdgeAddress(String edgeAddress)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStreamId(String streamId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • dbId

      @Id private org.bson.types.ObjectId dbId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • viewerId

      private String viewerId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • streamId

      private String streamId
      Deprecated, for removal: This API element is subject to removal in a future version.
    • edgeAddress

      private String edgeAddress
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • WebRTCViewerInfo

      public WebRTCViewerInfo()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDbId

      public org.bson.types.ObjectId getDbId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDbId

      public void setDbId(org.bson.types.ObjectId dbId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getViewerId

      public String getViewerId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setViewerId

      public void setViewerId(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStreamId

      public String getStreamId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStreamId

      public void setStreamId(String streamId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEdgeAddress

      public String getEdgeAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEdgeAddress

      public void setEdgeAddress(String edgeAddress)
      Deprecated, for removal: This API element is subject to removal in a future version.