mirror of https://github.com/oxen-io/session-ios
Migrate to WebRTC proto wrappers.
parent
67110d0def
commit
379104c532
@ -0,0 +1,313 @@
|
|||||||
|
//
|
||||||
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
//*
|
||||||
|
// Copyright (C) 2014-2016 Open Whisper Systems
|
||||||
|
//
|
||||||
|
// Licensed according to the LICENSE file in this repository.
|
||||||
|
|
||||||
|
/// iOS - since we use a modern proto-compiler, we must specify
|
||||||
|
/// the legacy proto format.
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
import SwiftProtobuf
|
||||||
|
|
||||||
|
// If the compiler emits an error on this type, it is because this file
|
||||||
|
// was generated by a version of the `protoc` Swift plug-in that is
|
||||||
|
// incompatible with the version of SwiftProtobuf to which you are linking.
|
||||||
|
// Please ensure that your are building against the same version of the API
|
||||||
|
// that was used to generate this file.
|
||||||
|
private struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
||||||
|
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
|
||||||
|
typealias Version = _2
|
||||||
|
}
|
||||||
|
|
||||||
|
struct WebRTCProtos_Connected {
|
||||||
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
||||||
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
||||||
|
// methods supported on all messages.
|
||||||
|
|
||||||
|
/// @required
|
||||||
|
var id: UInt64 {
|
||||||
|
get {return _id ?? 0}
|
||||||
|
set {_id = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `id` has been explicitly set.
|
||||||
|
var hasID: Bool {return self._id != nil}
|
||||||
|
/// Clears the value of `id`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearID() {self._id = nil}
|
||||||
|
|
||||||
|
var unknownFields = SwiftProtobuf.UnknownStorage()
|
||||||
|
|
||||||
|
init() {}
|
||||||
|
|
||||||
|
fileprivate var _id: UInt64?
|
||||||
|
}
|
||||||
|
|
||||||
|
struct WebRTCProtos_Hangup {
|
||||||
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
||||||
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
||||||
|
// methods supported on all messages.
|
||||||
|
|
||||||
|
/// @required
|
||||||
|
var id: UInt64 {
|
||||||
|
get {return _id ?? 0}
|
||||||
|
set {_id = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `id` has been explicitly set.
|
||||||
|
var hasID: Bool {return self._id != nil}
|
||||||
|
/// Clears the value of `id`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearID() {self._id = nil}
|
||||||
|
|
||||||
|
var unknownFields = SwiftProtobuf.UnknownStorage()
|
||||||
|
|
||||||
|
init() {}
|
||||||
|
|
||||||
|
fileprivate var _id: UInt64?
|
||||||
|
}
|
||||||
|
|
||||||
|
struct WebRTCProtos_VideoStreamingStatus {
|
||||||
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
||||||
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
||||||
|
// methods supported on all messages.
|
||||||
|
|
||||||
|
/// @required
|
||||||
|
var id: UInt64 {
|
||||||
|
get {return _id ?? 0}
|
||||||
|
set {_id = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `id` has been explicitly set.
|
||||||
|
var hasID: Bool {return self._id != nil}
|
||||||
|
/// Clears the value of `id`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearID() {self._id = nil}
|
||||||
|
|
||||||
|
var enabled: Bool {
|
||||||
|
get {return _enabled ?? false}
|
||||||
|
set {_enabled = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `enabled` has been explicitly set.
|
||||||
|
var hasEnabled: Bool {return self._enabled != nil}
|
||||||
|
/// Clears the value of `enabled`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearEnabled() {self._enabled = nil}
|
||||||
|
|
||||||
|
var unknownFields = SwiftProtobuf.UnknownStorage()
|
||||||
|
|
||||||
|
init() {}
|
||||||
|
|
||||||
|
fileprivate var _id: UInt64?
|
||||||
|
fileprivate var _enabled: Bool?
|
||||||
|
}
|
||||||
|
|
||||||
|
struct WebRTCProtos_Data {
|
||||||
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
||||||
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
||||||
|
// methods supported on all messages.
|
||||||
|
|
||||||
|
var connected: WebRTCProtos_Connected {
|
||||||
|
get {return _storage._connected ?? WebRTCProtos_Connected()}
|
||||||
|
set {_uniqueStorage()._connected = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `connected` has been explicitly set.
|
||||||
|
var hasConnected: Bool {return _storage._connected != nil}
|
||||||
|
/// Clears the value of `connected`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearConnected() {_storage._connected = nil}
|
||||||
|
|
||||||
|
var hangup: WebRTCProtos_Hangup {
|
||||||
|
get {return _storage._hangup ?? WebRTCProtos_Hangup()}
|
||||||
|
set {_uniqueStorage()._hangup = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `hangup` has been explicitly set.
|
||||||
|
var hasHangup: Bool {return _storage._hangup != nil}
|
||||||
|
/// Clears the value of `hangup`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearHangup() {_storage._hangup = nil}
|
||||||
|
|
||||||
|
var videoStreamingStatus: WebRTCProtos_VideoStreamingStatus {
|
||||||
|
get {return _storage._videoStreamingStatus ?? WebRTCProtos_VideoStreamingStatus()}
|
||||||
|
set {_uniqueStorage()._videoStreamingStatus = newValue}
|
||||||
|
}
|
||||||
|
/// Returns true if `videoStreamingStatus` has been explicitly set.
|
||||||
|
var hasVideoStreamingStatus: Bool {return _storage._videoStreamingStatus != nil}
|
||||||
|
/// Clears the value of `videoStreamingStatus`. Subsequent reads from it will return its default value.
|
||||||
|
mutating func clearVideoStreamingStatus() {_storage._videoStreamingStatus = nil}
|
||||||
|
|
||||||
|
var unknownFields = SwiftProtobuf.UnknownStorage()
|
||||||
|
|
||||||
|
init() {}
|
||||||
|
|
||||||
|
fileprivate var _storage = _StorageClass.defaultInstance
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - Code below here is support for the SwiftProtobuf runtime.
|
||||||
|
|
||||||
|
private let _protobuf_package = "WebRTCProtos"
|
||||||
|
|
||||||
|
extension WebRTCProtos_Connected: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
||||||
|
static let protoMessageName: String = _protobuf_package + ".Connected"
|
||||||
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
||||||
|
1: .same(proto: "id")
|
||||||
|
]
|
||||||
|
|
||||||
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
||||||
|
while let fieldNumber = try decoder.nextFieldNumber() {
|
||||||
|
switch fieldNumber {
|
||||||
|
case 1: try decoder.decodeSingularUInt64Field(value: &self._id)
|
||||||
|
default: break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
|
||||||
|
if let v = self._id {
|
||||||
|
try visitor.visitSingularUInt64Field(value: v, fieldNumber: 1)
|
||||||
|
}
|
||||||
|
try unknownFields.traverse(visitor: &visitor)
|
||||||
|
}
|
||||||
|
|
||||||
|
func _protobuf_generated_isEqualTo(other: WebRTCProtos_Connected) -> Bool {
|
||||||
|
if self._id != other._id {return false}
|
||||||
|
if unknownFields != other.unknownFields {return false}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
extension WebRTCProtos_Hangup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
||||||
|
static let protoMessageName: String = _protobuf_package + ".Hangup"
|
||||||
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
||||||
|
1: .same(proto: "id")
|
||||||
|
]
|
||||||
|
|
||||||
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
||||||
|
while let fieldNumber = try decoder.nextFieldNumber() {
|
||||||
|
switch fieldNumber {
|
||||||
|
case 1: try decoder.decodeSingularUInt64Field(value: &self._id)
|
||||||
|
default: break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
|
||||||
|
if let v = self._id {
|
||||||
|
try visitor.visitSingularUInt64Field(value: v, fieldNumber: 1)
|
||||||
|
}
|
||||||
|
try unknownFields.traverse(visitor: &visitor)
|
||||||
|
}
|
||||||
|
|
||||||
|
func _protobuf_generated_isEqualTo(other: WebRTCProtos_Hangup) -> Bool {
|
||||||
|
if self._id != other._id {return false}
|
||||||
|
if unknownFields != other.unknownFields {return false}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
extension WebRTCProtos_VideoStreamingStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
||||||
|
static let protoMessageName: String = _protobuf_package + ".VideoStreamingStatus"
|
||||||
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
||||||
|
1: .same(proto: "id"),
|
||||||
|
2: .same(proto: "enabled")
|
||||||
|
]
|
||||||
|
|
||||||
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
||||||
|
while let fieldNumber = try decoder.nextFieldNumber() {
|
||||||
|
switch fieldNumber {
|
||||||
|
case 1: try decoder.decodeSingularUInt64Field(value: &self._id)
|
||||||
|
case 2: try decoder.decodeSingularBoolField(value: &self._enabled)
|
||||||
|
default: break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
|
||||||
|
if let v = self._id {
|
||||||
|
try visitor.visitSingularUInt64Field(value: v, fieldNumber: 1)
|
||||||
|
}
|
||||||
|
if let v = self._enabled {
|
||||||
|
try visitor.visitSingularBoolField(value: v, fieldNumber: 2)
|
||||||
|
}
|
||||||
|
try unknownFields.traverse(visitor: &visitor)
|
||||||
|
}
|
||||||
|
|
||||||
|
func _protobuf_generated_isEqualTo(other: WebRTCProtos_VideoStreamingStatus) -> Bool {
|
||||||
|
if self._id != other._id {return false}
|
||||||
|
if self._enabled != other._enabled {return false}
|
||||||
|
if unknownFields != other.unknownFields {return false}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
extension WebRTCProtos_Data: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
||||||
|
static let protoMessageName: String = _protobuf_package + ".Data"
|
||||||
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
||||||
|
1: .same(proto: "connected"),
|
||||||
|
2: .same(proto: "hangup"),
|
||||||
|
3: .same(proto: "videoStreamingStatus")
|
||||||
|
]
|
||||||
|
|
||||||
|
fileprivate class _StorageClass {
|
||||||
|
var _connected: WebRTCProtos_Connected?
|
||||||
|
var _hangup: WebRTCProtos_Hangup?
|
||||||
|
var _videoStreamingStatus: WebRTCProtos_VideoStreamingStatus?
|
||||||
|
|
||||||
|
static let defaultInstance = _StorageClass()
|
||||||
|
|
||||||
|
private init() {}
|
||||||
|
|
||||||
|
init(copying source: _StorageClass) {
|
||||||
|
_connected = source._connected
|
||||||
|
_hangup = source._hangup
|
||||||
|
_videoStreamingStatus = source._videoStreamingStatus
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate mutating func _uniqueStorage() -> _StorageClass {
|
||||||
|
if !isKnownUniquelyReferenced(&_storage) {
|
||||||
|
_storage = _StorageClass(copying: _storage)
|
||||||
|
}
|
||||||
|
return _storage
|
||||||
|
}
|
||||||
|
|
||||||
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
||||||
|
_ = _uniqueStorage()
|
||||||
|
try withExtendedLifetime(_storage) { (_storage: _StorageClass) in
|
||||||
|
while let fieldNumber = try decoder.nextFieldNumber() {
|
||||||
|
switch fieldNumber {
|
||||||
|
case 1: try decoder.decodeSingularMessageField(value: &_storage._connected)
|
||||||
|
case 2: try decoder.decodeSingularMessageField(value: &_storage._hangup)
|
||||||
|
case 3: try decoder.decodeSingularMessageField(value: &_storage._videoStreamingStatus)
|
||||||
|
default: break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
|
||||||
|
try withExtendedLifetime(_storage) { (_storage: _StorageClass) in
|
||||||
|
if let v = _storage._connected {
|
||||||
|
try visitor.visitSingularMessageField(value: v, fieldNumber: 1)
|
||||||
|
}
|
||||||
|
if let v = _storage._hangup {
|
||||||
|
try visitor.visitSingularMessageField(value: v, fieldNumber: 2)
|
||||||
|
}
|
||||||
|
if let v = _storage._videoStreamingStatus {
|
||||||
|
try visitor.visitSingularMessageField(value: v, fieldNumber: 3)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
try unknownFields.traverse(visitor: &visitor)
|
||||||
|
}
|
||||||
|
|
||||||
|
func _protobuf_generated_isEqualTo(other: WebRTCProtos_Data) -> Bool {
|
||||||
|
if _storage !== other._storage {
|
||||||
|
let storagesAreEqual: Bool = withExtendedLifetime((_storage, other._storage)) { (_args: (_StorageClass, _StorageClass)) in
|
||||||
|
let _storage = _args.0
|
||||||
|
let other_storage = _args.1
|
||||||
|
if _storage._connected != other_storage._connected {return false}
|
||||||
|
if _storage._hangup != other_storage._hangup {return false}
|
||||||
|
if _storage._videoStreamingStatus != other_storage._videoStreamingStatus {return false}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
if !storagesAreEqual {return false}
|
||||||
|
}
|
||||||
|
if unknownFields != other.unknownFields {return false}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,376 @@
|
|||||||
|
//
|
||||||
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
// WARNING: This code is generated. Only edit within the markers.
|
||||||
|
|
||||||
|
public enum WebRTCProtoError: Error {
|
||||||
|
case invalidProtobuf(description: String)
|
||||||
|
case unsafeProtobuf(description: String)
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoConnected
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoConnected: NSObject {
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoConnectedBuilder
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoConnectedBuilder: NSObject {
|
||||||
|
|
||||||
|
private var proto = WebRTCProtos_Connected()
|
||||||
|
|
||||||
|
@objc public override init() {}
|
||||||
|
|
||||||
|
@objc public func setId(_ valueParam: UInt64) {
|
||||||
|
proto.id = valueParam
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func buildIgnoringErrors() -> WebRTCProtoConnected? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.build()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func build() throws -> WebRTCProtoConnected {
|
||||||
|
return try WebRTCProtoConnected.parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func buildSerializedData() throws -> Data {
|
||||||
|
return try WebRTCProtoConnected.parseProto(proto).serializedData()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate let proto: WebRTCProtos_Connected
|
||||||
|
|
||||||
|
@objc public let id: UInt64
|
||||||
|
|
||||||
|
private init(proto: WebRTCProtos_Connected,
|
||||||
|
id: UInt64) {
|
||||||
|
self.proto = proto
|
||||||
|
self.id = id
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func serializedDataIgnoringErrors() -> Data? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc
|
||||||
|
public func serializedData() throws -> Data {
|
||||||
|
return try self.proto.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public class func parseData(_ serializedData: Data) throws -> WebRTCProtoConnected {
|
||||||
|
let proto = try WebRTCProtos_Connected(serializedData: serializedData)
|
||||||
|
return try parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate class func parseProto(_ proto: WebRTCProtos_Connected) throws -> WebRTCProtoConnected {
|
||||||
|
guard proto.hasID else {
|
||||||
|
throw WebRTCProtoError.invalidProtobuf(description: "\(logTag) missing required field: id")
|
||||||
|
}
|
||||||
|
let id = proto.id
|
||||||
|
|
||||||
|
// MARK: - Begin Validation Logic for WebRTCProtoConnected -
|
||||||
|
|
||||||
|
// MARK: - End Validation Logic for WebRTCProtoConnected -
|
||||||
|
|
||||||
|
let result = WebRTCProtoConnected(proto: proto,
|
||||||
|
id: id)
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoHangup
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoHangup: NSObject {
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoHangupBuilder
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoHangupBuilder: NSObject {
|
||||||
|
|
||||||
|
private var proto = WebRTCProtos_Hangup()
|
||||||
|
|
||||||
|
@objc public override init() {}
|
||||||
|
|
||||||
|
@objc public func setId(_ valueParam: UInt64) {
|
||||||
|
proto.id = valueParam
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func buildIgnoringErrors() -> WebRTCProtoHangup? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.build()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func build() throws -> WebRTCProtoHangup {
|
||||||
|
return try WebRTCProtoHangup.parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func buildSerializedData() throws -> Data {
|
||||||
|
return try WebRTCProtoHangup.parseProto(proto).serializedData()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate let proto: WebRTCProtos_Hangup
|
||||||
|
|
||||||
|
@objc public let id: UInt64
|
||||||
|
|
||||||
|
private init(proto: WebRTCProtos_Hangup,
|
||||||
|
id: UInt64) {
|
||||||
|
self.proto = proto
|
||||||
|
self.id = id
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func serializedDataIgnoringErrors() -> Data? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc
|
||||||
|
public func serializedData() throws -> Data {
|
||||||
|
return try self.proto.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public class func parseData(_ serializedData: Data) throws -> WebRTCProtoHangup {
|
||||||
|
let proto = try WebRTCProtos_Hangup(serializedData: serializedData)
|
||||||
|
return try parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate class func parseProto(_ proto: WebRTCProtos_Hangup) throws -> WebRTCProtoHangup {
|
||||||
|
guard proto.hasID else {
|
||||||
|
throw WebRTCProtoError.invalidProtobuf(description: "\(logTag) missing required field: id")
|
||||||
|
}
|
||||||
|
let id = proto.id
|
||||||
|
|
||||||
|
// MARK: - Begin Validation Logic for WebRTCProtoHangup -
|
||||||
|
|
||||||
|
// MARK: - End Validation Logic for WebRTCProtoHangup -
|
||||||
|
|
||||||
|
let result = WebRTCProtoHangup(proto: proto,
|
||||||
|
id: id)
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoVideoStreamingStatus
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoVideoStreamingStatus: NSObject {
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoVideoStreamingStatusBuilder
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoVideoStreamingStatusBuilder: NSObject {
|
||||||
|
|
||||||
|
private var proto = WebRTCProtos_VideoStreamingStatus()
|
||||||
|
|
||||||
|
@objc public override init() {}
|
||||||
|
|
||||||
|
@objc public func setId(_ valueParam: UInt64) {
|
||||||
|
proto.id = valueParam
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func setEnabled(_ valueParam: Bool) {
|
||||||
|
proto.enabled = valueParam
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func buildIgnoringErrors() -> WebRTCProtoVideoStreamingStatus? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.build()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func build() throws -> WebRTCProtoVideoStreamingStatus {
|
||||||
|
return try WebRTCProtoVideoStreamingStatus.parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func buildSerializedData() throws -> Data {
|
||||||
|
return try WebRTCProtoVideoStreamingStatus.parseProto(proto).serializedData()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate let proto: WebRTCProtos_VideoStreamingStatus
|
||||||
|
|
||||||
|
@objc public let id: UInt64
|
||||||
|
|
||||||
|
@objc public var enabled: Bool {
|
||||||
|
return proto.enabled
|
||||||
|
}
|
||||||
|
@objc public var hasEnabled: Bool {
|
||||||
|
return proto.hasEnabled
|
||||||
|
}
|
||||||
|
|
||||||
|
private init(proto: WebRTCProtos_VideoStreamingStatus,
|
||||||
|
id: UInt64) {
|
||||||
|
self.proto = proto
|
||||||
|
self.id = id
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func serializedDataIgnoringErrors() -> Data? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc
|
||||||
|
public func serializedData() throws -> Data {
|
||||||
|
return try self.proto.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public class func parseData(_ serializedData: Data) throws -> WebRTCProtoVideoStreamingStatus {
|
||||||
|
let proto = try WebRTCProtos_VideoStreamingStatus(serializedData: serializedData)
|
||||||
|
return try parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate class func parseProto(_ proto: WebRTCProtos_VideoStreamingStatus) throws -> WebRTCProtoVideoStreamingStatus {
|
||||||
|
guard proto.hasID else {
|
||||||
|
throw WebRTCProtoError.invalidProtobuf(description: "\(logTag) missing required field: id")
|
||||||
|
}
|
||||||
|
let id = proto.id
|
||||||
|
|
||||||
|
// MARK: - Begin Validation Logic for WebRTCProtoVideoStreamingStatus -
|
||||||
|
|
||||||
|
// MARK: - End Validation Logic for WebRTCProtoVideoStreamingStatus -
|
||||||
|
|
||||||
|
let result = WebRTCProtoVideoStreamingStatus(proto: proto,
|
||||||
|
id: id)
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoData
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoData: NSObject {
|
||||||
|
|
||||||
|
// MARK: - WebRTCProtoDataBuilder
|
||||||
|
|
||||||
|
@objc public class WebRTCProtoDataBuilder: NSObject {
|
||||||
|
|
||||||
|
private var proto = WebRTCProtos_Data()
|
||||||
|
|
||||||
|
@objc public override init() {}
|
||||||
|
|
||||||
|
@objc public func setConnected(_ valueParam: WebRTCProtoConnected) {
|
||||||
|
proto.connected = valueParam.proto
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func setHangup(_ valueParam: WebRTCProtoHangup) {
|
||||||
|
proto.hangup = valueParam.proto
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func setVideoStreamingStatus(_ valueParam: WebRTCProtoVideoStreamingStatus) {
|
||||||
|
proto.videoStreamingStatus = valueParam.proto
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func buildIgnoringErrors() -> WebRTCProtoData? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.build()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func build() throws -> WebRTCProtoData {
|
||||||
|
return try WebRTCProtoData.parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public func buildSerializedData() throws -> Data {
|
||||||
|
return try WebRTCProtoData.parseProto(proto).serializedData()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate let proto: WebRTCProtos_Data
|
||||||
|
|
||||||
|
@objc public let connected: WebRTCProtoConnected?
|
||||||
|
@objc public var hasConnected: Bool {
|
||||||
|
return proto.hasConnected
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public let hangup: WebRTCProtoHangup?
|
||||||
|
@objc public var hasHangup: Bool {
|
||||||
|
return proto.hasHangup
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public let videoStreamingStatus: WebRTCProtoVideoStreamingStatus?
|
||||||
|
@objc public var hasVideoStreamingStatus: Bool {
|
||||||
|
return proto.hasVideoStreamingStatus
|
||||||
|
}
|
||||||
|
|
||||||
|
private init(proto: WebRTCProtos_Data,
|
||||||
|
connected: WebRTCProtoConnected?,
|
||||||
|
hangup: WebRTCProtoHangup?,
|
||||||
|
videoStreamingStatus: WebRTCProtoVideoStreamingStatus?) {
|
||||||
|
self.proto = proto
|
||||||
|
self.connected = connected
|
||||||
|
self.hangup = hangup
|
||||||
|
self.videoStreamingStatus = videoStreamingStatus
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: This method is intended for debugging purposes only.
|
||||||
|
@objc public func serializedDataIgnoringErrors() -> Data? {
|
||||||
|
guard _isDebugAssertConfiguration() else {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return try! self.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc
|
||||||
|
public func serializedData() throws -> Data {
|
||||||
|
return try self.proto.serializedData()
|
||||||
|
}
|
||||||
|
|
||||||
|
@objc public class func parseData(_ serializedData: Data) throws -> WebRTCProtoData {
|
||||||
|
let proto = try WebRTCProtos_Data(serializedData: serializedData)
|
||||||
|
return try parseProto(proto)
|
||||||
|
}
|
||||||
|
|
||||||
|
fileprivate class func parseProto(_ proto: WebRTCProtos_Data) throws -> WebRTCProtoData {
|
||||||
|
var connected: WebRTCProtoConnected? = nil
|
||||||
|
if proto.hasConnected {
|
||||||
|
connected = try WebRTCProtoConnected.parseProto(proto.connected)
|
||||||
|
}
|
||||||
|
|
||||||
|
var hangup: WebRTCProtoHangup? = nil
|
||||||
|
if proto.hasHangup {
|
||||||
|
hangup = try WebRTCProtoHangup.parseProto(proto.hangup)
|
||||||
|
}
|
||||||
|
|
||||||
|
var videoStreamingStatus: WebRTCProtoVideoStreamingStatus? = nil
|
||||||
|
if proto.hasVideoStreamingStatus {
|
||||||
|
videoStreamingStatus = try WebRTCProtoVideoStreamingStatus.parseProto(proto.videoStreamingStatus)
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - Begin Validation Logic for WebRTCProtoData -
|
||||||
|
|
||||||
|
// MARK: - End Validation Logic for WebRTCProtoData -
|
||||||
|
|
||||||
|
let result = WebRTCProtoData(proto: proto,
|
||||||
|
connected: connected,
|
||||||
|
hangup: hangup,
|
||||||
|
videoStreamingStatus: videoStreamingStatus)
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
}
|
@ -1,113 +0,0 @@
|
|||||||
// Created by Michael Kirk on 12/8/16.
|
|
||||||
// Copyright © 2016 Open Whisper Systems. All rights reserved.
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
class DataChannelMessage {
|
|
||||||
|
|
||||||
private let connected: Connected?
|
|
||||||
private let hangup: Hangup?
|
|
||||||
private let videoStreamingStatus: VideoStreamingStatus?
|
|
||||||
|
|
||||||
private class Connected {
|
|
||||||
let callId: UInt64
|
|
||||||
|
|
||||||
init(callId: UInt64) {
|
|
||||||
self.callId = callId
|
|
||||||
}
|
|
||||||
|
|
||||||
func asProtobuf() -> OWSWebRTCProtosConnected {
|
|
||||||
let builder = OWSWebRTCProtosConnectedBuilder()
|
|
||||||
builder.setId(callId)
|
|
||||||
return builder.build()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private class Hangup {
|
|
||||||
let callId: UInt64
|
|
||||||
|
|
||||||
init(callId: UInt64) {
|
|
||||||
self.callId = callId
|
|
||||||
}
|
|
||||||
|
|
||||||
func asProtobuf() -> OWSWebRTCProtosHangup {
|
|
||||||
let builder = OWSWebRTCProtosHangupBuilder()
|
|
||||||
builder.setId(callId)
|
|
||||||
return builder.build()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private class VideoStreamingStatus {
|
|
||||||
private let callId: UInt64
|
|
||||||
private let enabled: Bool
|
|
||||||
|
|
||||||
init(callId: UInt64, enabled: Bool) {
|
|
||||||
self.callId = callId
|
|
||||||
self.enabled = enabled
|
|
||||||
}
|
|
||||||
|
|
||||||
func asProtobuf() -> OWSWebRTCProtosVideoStreamingStatus {
|
|
||||||
let builder = OWSWebRTCProtosVideoStreamingStatusBuilder()
|
|
||||||
builder.setId(callId)
|
|
||||||
builder.setEnabled(enabled)
|
|
||||||
return builder.build()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// MARK: Init
|
|
||||||
|
|
||||||
private init(connected: Connected) {
|
|
||||||
self.connected = connected
|
|
||||||
self.hangup = nil
|
|
||||||
self.videoStreamingStatus = nil
|
|
||||||
}
|
|
||||||
|
|
||||||
private init(hangup: Hangup) {
|
|
||||||
self.connected = nil
|
|
||||||
self.hangup = hangup
|
|
||||||
self.videoStreamingStatus = nil
|
|
||||||
}
|
|
||||||
|
|
||||||
private init(videoStreamingStatus: VideoStreamingStatus) {
|
|
||||||
self.connected = nil
|
|
||||||
self.hangup = nil
|
|
||||||
self.videoStreamingStatus = videoStreamingStatus
|
|
||||||
}
|
|
||||||
|
|
||||||
// MARK: Factory
|
|
||||||
|
|
||||||
class func forConnected(callId: UInt64) -> DataChannelMessage {
|
|
||||||
return DataChannelMessage(connected:Connected(callId: callId))
|
|
||||||
}
|
|
||||||
|
|
||||||
class func forHangup(callId: UInt64) -> DataChannelMessage {
|
|
||||||
return DataChannelMessage(hangup: Hangup(callId: callId))
|
|
||||||
}
|
|
||||||
|
|
||||||
class func forVideoStreamingStatus(callId: UInt64, enabled: Bool) -> DataChannelMessage {
|
|
||||||
return DataChannelMessage(videoStreamingStatus: VideoStreamingStatus(callId: callId, enabled: enabled))
|
|
||||||
}
|
|
||||||
|
|
||||||
// MARK: Serialization
|
|
||||||
|
|
||||||
func asProtobuf() -> PBGeneratedMessage {
|
|
||||||
let builder = OWSWebRTCProtosDataBuilder()
|
|
||||||
if connected != nil {
|
|
||||||
builder.setConnected(connected!.asProtobuf())
|
|
||||||
}
|
|
||||||
|
|
||||||
if hangup != nil {
|
|
||||||
builder.setHangup(hangup!.asProtobuf())
|
|
||||||
}
|
|
||||||
|
|
||||||
if videoStreamingStatus != nil {
|
|
||||||
builder.setVideoStreamingStatus(videoStreamingStatus!.asProtobuf())
|
|
||||||
}
|
|
||||||
|
|
||||||
return builder.build()
|
|
||||||
}
|
|
||||||
|
|
||||||
func asData() -> Data {
|
|
||||||
return self.asProtobuf().data()
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,305 +0,0 @@
|
|||||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
|
|
||||||
#import <ProtocolBuffers/ProtocolBuffers.h>
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(imports)
|
|
||||||
|
|
||||||
@class OWSWebRTCProtosConnected;
|
|
||||||
@class OWSWebRTCProtosConnectedBuilder;
|
|
||||||
@class OWSWebRTCProtosData;
|
|
||||||
@class OWSWebRTCProtosDataBuilder;
|
|
||||||
@class OWSWebRTCProtosHangup;
|
|
||||||
@class OWSWebRTCProtosHangupBuilder;
|
|
||||||
@class OWSWebRTCProtosVideoStreamingStatus;
|
|
||||||
@class OWSWebRTCProtosVideoStreamingStatusBuilder;
|
|
||||||
@class ObjectiveCFileOptions;
|
|
||||||
@class ObjectiveCFileOptionsBuilder;
|
|
||||||
@class PBDescriptorProto;
|
|
||||||
@class PBDescriptorProtoBuilder;
|
|
||||||
@class PBDescriptorProtoExtensionRange;
|
|
||||||
@class PBDescriptorProtoExtensionRangeBuilder;
|
|
||||||
@class PBEnumDescriptorProto;
|
|
||||||
@class PBEnumDescriptorProtoBuilder;
|
|
||||||
@class PBEnumOptions;
|
|
||||||
@class PBEnumOptionsBuilder;
|
|
||||||
@class PBEnumValueDescriptorProto;
|
|
||||||
@class PBEnumValueDescriptorProtoBuilder;
|
|
||||||
@class PBEnumValueOptions;
|
|
||||||
@class PBEnumValueOptionsBuilder;
|
|
||||||
@class PBFieldDescriptorProto;
|
|
||||||
@class PBFieldDescriptorProtoBuilder;
|
|
||||||
@class PBFieldOptions;
|
|
||||||
@class PBFieldOptionsBuilder;
|
|
||||||
@class PBFileDescriptorProto;
|
|
||||||
@class PBFileDescriptorProtoBuilder;
|
|
||||||
@class PBFileDescriptorSet;
|
|
||||||
@class PBFileDescriptorSetBuilder;
|
|
||||||
@class PBFileOptions;
|
|
||||||
@class PBFileOptionsBuilder;
|
|
||||||
@class PBMessageOptions;
|
|
||||||
@class PBMessageOptionsBuilder;
|
|
||||||
@class PBMethodDescriptorProto;
|
|
||||||
@class PBMethodDescriptorProtoBuilder;
|
|
||||||
@class PBMethodOptions;
|
|
||||||
@class PBMethodOptionsBuilder;
|
|
||||||
@class PBOneofDescriptorProto;
|
|
||||||
@class PBOneofDescriptorProtoBuilder;
|
|
||||||
@class PBServiceDescriptorProto;
|
|
||||||
@class PBServiceDescriptorProtoBuilder;
|
|
||||||
@class PBServiceOptions;
|
|
||||||
@class PBServiceOptionsBuilder;
|
|
||||||
@class PBSourceCodeInfo;
|
|
||||||
@class PBSourceCodeInfoBuilder;
|
|
||||||
@class PBSourceCodeInfoLocation;
|
|
||||||
@class PBSourceCodeInfoLocationBuilder;
|
|
||||||
@class PBUninterpretedOption;
|
|
||||||
@class PBUninterpretedOptionBuilder;
|
|
||||||
@class PBUninterpretedOptionNamePart;
|
|
||||||
@class PBUninterpretedOptionNamePartBuilder;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@interface OWSWebRTCProtosOwswebRtcdataProtosRoot : NSObject {
|
|
||||||
}
|
|
||||||
+ (PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (void) registerAllExtensions:(PBMutableExtensionRegistry*) registry;
|
|
||||||
@end
|
|
||||||
|
|
||||||
#define Connected_id @"id"
|
|
||||||
@interface OWSWebRTCProtosConnected : PBGeneratedMessage<GeneratedMessageProtocol> {
|
|
||||||
@private
|
|
||||||
BOOL hasId_:1;
|
|
||||||
UInt64 id;
|
|
||||||
}
|
|
||||||
- (BOOL) hasId;
|
|
||||||
@property (readonly) UInt64 id;
|
|
||||||
|
|
||||||
+ (instancetype) defaultInstance;
|
|
||||||
- (instancetype) defaultInstance;
|
|
||||||
|
|
||||||
- (BOOL) isInitialized;
|
|
||||||
- (void) writeToCodedOutputStream:(PBCodedOutputStream*) output;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosConnectedBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosConnectedBuilder*) builderWithPrototype:(OWSWebRTCProtosConnected*) prototype;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) toBuilder;
|
|
||||||
|
|
||||||
+ (OWSWebRTCProtosConnected*) parseFromData:(NSData*) data;
|
|
||||||
+ (OWSWebRTCProtosConnected*) parseFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosConnected*) parseFromInputStream:(NSInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosConnected*) parseFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosConnected*) parseFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosConnected*) parseFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface OWSWebRTCProtosConnectedBuilder : PBGeneratedMessageBuilder {
|
|
||||||
@private
|
|
||||||
OWSWebRTCProtosConnected* resultConnected;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosConnected*) defaultInstance;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) clear;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) clone;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosConnected*) build;
|
|
||||||
- (OWSWebRTCProtosConnected*) buildPartial;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) mergeFrom:(OWSWebRTCProtosConnected*) other;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
|
|
||||||
- (BOOL) hasId;
|
|
||||||
- (UInt64) id;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) setId:(UInt64) value;
|
|
||||||
- (OWSWebRTCProtosConnectedBuilder*) clearId;
|
|
||||||
@end
|
|
||||||
|
|
||||||
#define Hangup_id @"id"
|
|
||||||
@interface OWSWebRTCProtosHangup : PBGeneratedMessage<GeneratedMessageProtocol> {
|
|
||||||
@private
|
|
||||||
BOOL hasId_:1;
|
|
||||||
UInt64 id;
|
|
||||||
}
|
|
||||||
- (BOOL) hasId;
|
|
||||||
@property (readonly) UInt64 id;
|
|
||||||
|
|
||||||
+ (instancetype) defaultInstance;
|
|
||||||
- (instancetype) defaultInstance;
|
|
||||||
|
|
||||||
- (BOOL) isInitialized;
|
|
||||||
- (void) writeToCodedOutputStream:(PBCodedOutputStream*) output;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosHangupBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosHangupBuilder*) builderWithPrototype:(OWSWebRTCProtosHangup*) prototype;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) toBuilder;
|
|
||||||
|
|
||||||
+ (OWSWebRTCProtosHangup*) parseFromData:(NSData*) data;
|
|
||||||
+ (OWSWebRTCProtosHangup*) parseFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosHangup*) parseFromInputStream:(NSInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosHangup*) parseFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosHangup*) parseFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosHangup*) parseFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface OWSWebRTCProtosHangupBuilder : PBGeneratedMessageBuilder {
|
|
||||||
@private
|
|
||||||
OWSWebRTCProtosHangup* resultHangup;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosHangup*) defaultInstance;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) clear;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) clone;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosHangup*) build;
|
|
||||||
- (OWSWebRTCProtosHangup*) buildPartial;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) mergeFrom:(OWSWebRTCProtosHangup*) other;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
|
|
||||||
- (BOOL) hasId;
|
|
||||||
- (UInt64) id;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) setId:(UInt64) value;
|
|
||||||
- (OWSWebRTCProtosHangupBuilder*) clearId;
|
|
||||||
@end
|
|
||||||
|
|
||||||
#define VideoStreamingStatus_id @"id"
|
|
||||||
#define VideoStreamingStatus_enabled @"enabled"
|
|
||||||
@interface OWSWebRTCProtosVideoStreamingStatus : PBGeneratedMessage<GeneratedMessageProtocol> {
|
|
||||||
@private
|
|
||||||
BOOL hasEnabled_:1;
|
|
||||||
BOOL hasId_:1;
|
|
||||||
BOOL enabled_:1;
|
|
||||||
UInt64 id;
|
|
||||||
}
|
|
||||||
- (BOOL) hasId;
|
|
||||||
- (BOOL) hasEnabled;
|
|
||||||
@property (readonly) UInt64 id;
|
|
||||||
- (BOOL) enabled;
|
|
||||||
|
|
||||||
+ (instancetype) defaultInstance;
|
|
||||||
- (instancetype) defaultInstance;
|
|
||||||
|
|
||||||
- (BOOL) isInitialized;
|
|
||||||
- (void) writeToCodedOutputStream:(PBCodedOutputStream*) output;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatusBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatusBuilder*) builderWithPrototype:(OWSWebRTCProtosVideoStreamingStatus*) prototype;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) toBuilder;
|
|
||||||
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatus*) parseFromData:(NSData*) data;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatus*) parseFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatus*) parseFromInputStream:(NSInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatus*) parseFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatus*) parseFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosVideoStreamingStatus*) parseFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface OWSWebRTCProtosVideoStreamingStatusBuilder : PBGeneratedMessageBuilder {
|
|
||||||
@private
|
|
||||||
OWSWebRTCProtosVideoStreamingStatus* resultVideoStreamingStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatus*) defaultInstance;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) clear;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) clone;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatus*) build;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatus*) buildPartial;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) mergeFrom:(OWSWebRTCProtosVideoStreamingStatus*) other;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
|
|
||||||
- (BOOL) hasId;
|
|
||||||
- (UInt64) id;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) setId:(UInt64) value;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) clearId;
|
|
||||||
|
|
||||||
- (BOOL) hasEnabled;
|
|
||||||
- (BOOL) enabled;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) setEnabled:(BOOL) value;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatusBuilder*) clearEnabled;
|
|
||||||
@end
|
|
||||||
|
|
||||||
#define Data_connected @"connected"
|
|
||||||
#define Data_hangup @"hangup"
|
|
||||||
#define Data_videoStreamingStatus @"videoStreamingStatus"
|
|
||||||
@interface OWSWebRTCProtosData : PBGeneratedMessage<GeneratedMessageProtocol> {
|
|
||||||
@private
|
|
||||||
BOOL hasConnected_:1;
|
|
||||||
BOOL hasHangup_:1;
|
|
||||||
BOOL hasVideoStreamingStatus_:1;
|
|
||||||
OWSWebRTCProtosConnected* connected;
|
|
||||||
OWSWebRTCProtosHangup* hangup;
|
|
||||||
OWSWebRTCProtosVideoStreamingStatus* videoStreamingStatus;
|
|
||||||
}
|
|
||||||
- (BOOL) hasConnected;
|
|
||||||
- (BOOL) hasHangup;
|
|
||||||
- (BOOL) hasVideoStreamingStatus;
|
|
||||||
@property (readonly, strong) OWSWebRTCProtosConnected* connected;
|
|
||||||
@property (readonly, strong) OWSWebRTCProtosHangup* hangup;
|
|
||||||
@property (readonly, strong) OWSWebRTCProtosVideoStreamingStatus* videoStreamingStatus;
|
|
||||||
|
|
||||||
+ (instancetype) defaultInstance;
|
|
||||||
- (instancetype) defaultInstance;
|
|
||||||
|
|
||||||
- (BOOL) isInitialized;
|
|
||||||
- (void) writeToCodedOutputStream:(PBCodedOutputStream*) output;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosDataBuilder*) builder;
|
|
||||||
+ (OWSWebRTCProtosDataBuilder*) builderWithPrototype:(OWSWebRTCProtosData*) prototype;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) toBuilder;
|
|
||||||
|
|
||||||
+ (OWSWebRTCProtosData*) parseFromData:(NSData*) data;
|
|
||||||
+ (OWSWebRTCProtosData*) parseFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosData*) parseFromInputStream:(NSInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosData*) parseFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
+ (OWSWebRTCProtosData*) parseFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
+ (OWSWebRTCProtosData*) parseFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface OWSWebRTCProtosDataBuilder : PBGeneratedMessageBuilder {
|
|
||||||
@private
|
|
||||||
OWSWebRTCProtosData* resultData;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosData*) defaultInstance;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) clear;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) clone;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosData*) build;
|
|
||||||
- (OWSWebRTCProtosData*) buildPartial;
|
|
||||||
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) mergeFrom:(OWSWebRTCProtosData*) other;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
|
|
||||||
|
|
||||||
- (BOOL) hasConnected;
|
|
||||||
- (OWSWebRTCProtosConnected*) connected;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) setConnected:(OWSWebRTCProtosConnected*) value;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) setConnectedBuilder:(OWSWebRTCProtosConnectedBuilder*) builderForValue;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) mergeConnected:(OWSWebRTCProtosConnected*) value;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) clearConnected;
|
|
||||||
|
|
||||||
- (BOOL) hasHangup;
|
|
||||||
- (OWSWebRTCProtosHangup*) hangup;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) setHangup:(OWSWebRTCProtosHangup*) value;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) setHangupBuilder:(OWSWebRTCProtosHangupBuilder*) builderForValue;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) mergeHangup:(OWSWebRTCProtosHangup*) value;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) clearHangup;
|
|
||||||
|
|
||||||
- (BOOL) hasVideoStreamingStatus;
|
|
||||||
- (OWSWebRTCProtosVideoStreamingStatus*) videoStreamingStatus;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) setVideoStreamingStatus:(OWSWebRTCProtosVideoStreamingStatus*) value;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) setVideoStreamingStatusBuilder:(OWSWebRTCProtosVideoStreamingStatusBuilder*) builderForValue;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) mergeVideoStreamingStatus:(OWSWebRTCProtosVideoStreamingStatus*) value;
|
|
||||||
- (OWSWebRTCProtosDataBuilder*) clearVideoStreamingStatus;
|
|
||||||
@end
|
|
||||||
|
|
||||||
|
|
||||||
// @@protoc_insertion_point(global_scope)
|
|
File diff suppressed because it is too large
Load Diff
@ -1,15 +1,16 @@
|
|||||||
# Assumes you've installed protobuf-objc
|
|
||||||
# see: https://github.com/alexeyxo/protobuf-objc
|
|
||||||
|
|
||||||
PROTOC=protoc \
|
PROTOC=protoc \
|
||||||
--plugin=/usr/local/bin/proto-gen-objc \
|
|
||||||
--proto_path="${HOME}/src/Signal/protobuf-objc/src/compiler/" \
|
|
||||||
--proto_path="${HOME}/src/Signal/protobuf-objc/src/compiler/google/protobuf/" \
|
|
||||||
--proto_path='./'
|
--proto_path='./'
|
||||||
|
WRAPPER_SCRIPT=../Scripts/ProtoWrappers.py \
|
||||||
|
--proto-dir='./' --verbose
|
||||||
|
|
||||||
all: webrtc_data_proto
|
all: webrtc_data_proto
|
||||||
|
|
||||||
|
# webrtc_data_proto: OWSWebRTCDataProtos.proto
|
||||||
|
# $(PROTOC) --objc_out=../Signal/src/call/ \
|
||||||
|
# OWSWebRTCDataProtos.proto
|
||||||
|
|
||||||
webrtc_data_proto: OWSWebRTCDataProtos.proto
|
webrtc_data_proto: OWSWebRTCDataProtos.proto
|
||||||
$(PROTOC) --objc_out=../Signal/src/call/ \
|
$(PROTOC) --swift_out=../Signal/src/Generated \
|
||||||
OWSWebRTCDataProtos.proto
|
OWSWebRTCDataProtos.proto
|
||||||
|
$(WRAPPER_SCRIPT) --dst-dir=../Signal/src/Generated \
|
||||||
|
--wrapper-prefix=WebRTCProto --proto-prefix=WebRTCProtos --proto-file=OWSWebRTCDataProtos.proto
|
||||||
|
Loading…
Reference in New Issue