|  |  |  | 
|---|
|  |  |  | private String channelId; | 
|---|
|  |  |  | private String callId; | 
|---|
|  |  |  | private String stream; | 
|---|
|  |  |  | private byte[] transaction; | 
|---|
|  |  |  | private byte[] dialog; | 
|---|
|  |  |  | private String mediaServerId; | 
|---|
|  |  |  | private String ssrc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private SipTransactionInfo sipTransactionInfo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private VideoStreamSessionManager.SessionType type; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getDeviceId() { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.stream = stream; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public byte[] getTransaction() { | 
|---|
|  |  |  | return transaction; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setTransaction(byte[] transaction) { | 
|---|
|  |  |  | this.transaction = transaction; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public byte[] getDialog() { | 
|---|
|  |  |  | return dialog; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setDialog(byte[] dialog) { | 
|---|
|  |  |  | this.dialog = dialog; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getMediaServerId() { | 
|---|
|  |  |  | return mediaServerId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setType(VideoStreamSessionManager.SessionType type) { | 
|---|
|  |  |  | this.type = type; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public SipTransactionInfo getSipTransactionInfo() { | 
|---|
|  |  |  | return sipTransactionInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setSipTransactionInfo(SipTransactionInfo sipTransactionInfo) { | 
|---|
|  |  |  | this.sipTransactionInfo = sipTransactionInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|